Searched refs:links_ (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager.cc | 100 if (links_.find(address_with_type) == links_.end()) { in GetLink() 103 return &links_.find(address_with_type)->second; in GetLink() 115 …links_.try_emplace(connected_address_with_type, l2cap_handler_, std::move(acl_connection), paramet… in OnLeConnectSuccess() 161 links_.erase(address_with_type); in OnDisconnect() 211 links_.erase(remote); in OnPendingPacketChange()
|
D | link_manager.h | 115 std::unordered_map<hci::AddressWithType, Link> links_; variable
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 131 links_.erase(remote); in OnPendingPacketChange() 141 if (links_.find(device) == links_.end()) { in GetLink() 144 return &links_.find(device)->second; in GetLink() 249 links_.try_emplace(device, l2cap_handler_, std::move(acl_connection), parameter_provider_, in OnConnectSuccess() 343 links_.erase(device); in OnDisconnect()
|
D | dumpsys_helper.cc | 62 const std::unordered_map<hci::Address, Link>* links = &link_manager_.links_; in DumpActiveLinks()
|
D | link_manager.h | 142 std::unordered_map<hci::Address, Link> links_; variable
|