Searched refs:background_connections_ (Results 1 – 1 of 1) sorted by relevance
545 if (background_connections_.count(remote_address) == 1) { in on_le_disconnect()955 if (background_connections_.find(address_with_type) != background_connections_.end()) { in on_create_connection_timeout()1052 background_connections_.insert(address_with_type); in add_device_to_background_connection_list()1056 background_connections_.erase(address_with_type); in remove_device_from_background_connection_list()1060 …promise.set_value(background_connections_.find(address_with_type) != background_connections_.end()… in is_on_background_connection_list()1145 std::unordered_set<AddressWithType> background_connections_; member