Searched refs:links_ (Results 1 – 6 of 6) sorted by relevance
/system/linkerconfig/modules/ |
D | namespace.cc | 41 for (auto& link : links_) { in GetLink() 46 return links_.emplace_back(name_, target_namespace); in GetLink() 64 if (!links_.empty()) { in WriteConfig() 66 link_list.reserve(links_.size()); in WriteConfig() 67 for (const auto& link : links_) { in WriteConfig() 72 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() 110 …links_.try_emplace(connected_address_with_type, l2cap_handler_, std::move(acl_connection), paramet… in OnLeConnectSuccess() 154 links_.erase(address_with_type); in OnDisconnect()
|
D | link_manager.h | 88 std::unordered_map<hci::AddressWithType, Link> links_; variable
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 123 if (links_.find(device) == links_.end()) { in GetLink() 126 return &links_.find(device)->second; in GetLink() 206 links_.try_emplace(device, l2cap_handler_, std::move(acl_connection), parameter_provider_, in OnConnectSuccess() 275 links_.erase(device); in OnDisconnect()
|
D | link_manager.h | 99 std::unordered_map<hci::Address, Link> links_; variable
|
/system/linkerconfig/modules/include/linkerconfig/ |
D | namespace.h | 67 return links_; in Links() 106 std::vector<Link> links_; variable
|