Home
last modified time | relevance | path

Searched refs:NET_CONNECTIONS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H A Dnet_conn_callback_observer.cpp30 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 …]
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
H A Dnetconnection.cpp22 std::map<NetConnCallbackObserver *, NetConnection *> NET_CONNECTIONS; variable
38 NET_CONNECTIONS[netConnection->observer_.GetRefPtr()] = netConnection; in MakeNetConnection()
45 NET_CONNECTIONS.erase(netConnection->observer_.GetRefPtr()); in DeleteNetConnection()
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_callback.cpp28 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()
H A Dnet_connection_impl.cpp23 std::map<ConnectionCallbackObserver *, NetConnectionImpl *> NET_CONNECTIONS; variable
124 NET_CONNECTIONS[netConnection->observer_.GetRefPtr()] = netConnection; in MakeNetConnection()
132 NET_CONNECTIONS.erase(netConnection->observer_.GetRefPtr()); in DeleteNetConnection()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/include/
H A Dnetconnection.h53 extern std::map<NetConnCallbackObserver *, NetConnection *> NET_CONNECTIONS;
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h93 NET_CONNECTIONS;