Searched refs:links_ (Results 1 – 7 of 7) sorted by relevance
/system/linkerconfig/modules/ |
D | namespace.cc | 71 for (auto& link : links_) { in GetLink() 76 return links_.emplace_back(name_, target_namespace); in GetLink() 102 link_list.reserve(links_.size()); in WriteConfig() 103 for (const auto& link : links_) { in WriteConfig() 109 for (const auto& link : links_) { in WriteConfig()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 98 if (links_.find(address_with_type) == links_.end()) { in GetLink() 101 return &links_.find(address_with_type)->second; in GetLink() 111 …links_.try_emplace(connected_address_with_type, l2cap_handler_, std::move(acl_connection), paramet… in OnLeConnectSuccess() 155 links_.erase(address_with_type); in OnDisconnect() 205 links_.erase(remote); in OnPendingPacketChange()
|
D | link_manager.h | 112 std::unordered_map<hci::AddressWithType, Link> links_; variable
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 129 links_.erase(remote); in OnPendingPacketChange() 139 if (links_.find(device) == links_.end()) { in GetLink() 142 return &links_.find(device)->second; in GetLink() 245 links_.try_emplace(device, l2cap_handler_, std::move(acl_connection), parameter_provider_, in OnConnectSuccess() 340 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 | 140 std::unordered_map<hci::Address, Link> links_; variable
|
/system/linkerconfig/modules/include/linkerconfig/ |
D | namespace.h | 77 return links_; in Links() 116 std::vector<Link> links_; variable
|