Searched refs:NET_CONNECTIONS (Results 1 – 6 of 6) sorted by relevance
30 if (NET_CONNECTIONS.find(this) == NET_CONNECTIONS.end()) { in NetAvailable()34 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetAvailable()54 if (NET_CONNECTIONS.find(this) == NET_CONNECTIONS.end()) { in NetCapabilitiesChange()58 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetCapabilitiesChange()81 if (NET_CONNECTIONS.find(this) == NET_CONNECTIONS.end()) { in NetConnectionPropertiesChange()85 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetConnectionPropertiesChange()108 if (NET_CONNECTIONS.find(this) == NET_CONNECTIONS.end()) { in NetLost()112 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetLost()128 if (NET_CONNECTIONS.find(this) == NET_CONNECTIONS.end()) { in NetUnavailable()132 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetUnavailable()[all …]
22 std::map<NetConnCallbackObserver *, NetConnection *> NET_CONNECTIONS; variable38 NET_CONNECTIONS[netConnection->observer_.GetRefPtr()] = netConnection; in MakeNetConnection()45 NET_CONNECTIONS.erase(netConnection->observer_.GetRefPtr()); in DeleteNetConnection()
28 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetAvailable()83 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetCapabilitiesChange()176 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetConnectionPropertiesChange()209 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetLost()229 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetUnavailable()248 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetBlockStatusChange()
23 std::map<ConnectionCallbackObserver *, NetConnectionImpl *> NET_CONNECTIONS; variable124 NET_CONNECTIONS[netConnection->observer_.GetRefPtr()] = netConnection; in MakeNetConnection()132 NET_CONNECTIONS.erase(netConnection->observer_.GetRefPtr()); in DeleteNetConnection()
53 extern std::map<NetConnCallbackObserver *, NetConnection *> NET_CONNECTIONS;
93 NET_CONNECTIONS;