Home
last modified time | relevance | path

Searched refs:NetConnectionImpl (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp23 std::map<ConnectionCallbackObserver *, NetConnectionImpl *> NET_CONNECTIONS;
28 NetConnectionImpl *netConnection = NetConnectionImpl::MakeNetConnection(); in NetConnectionProxy()
114 NetConnectionImpl::NetConnectionImpl() in NetConnectionImpl() function in OHOS::NetManagerStandard::NetConnectionImpl
119 NetConnectionImpl *NetConnectionImpl::MakeNetConnection() in MakeNetConnection()
122 auto netConnection = new NetConnectionImpl(); in MakeNetConnection()
129 void NetConnectionImpl::DeleteNetConnection(NetConnectionImpl *netConnectio
[all...]
H A Dnet_connection_callback.cpp28 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetAvailable()
83 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetCapabilitiesChange()
174 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetConnectionPropertiesChange()
207 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetLost()
227 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetUnavailable()
246 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetBlockStatusChange()
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h28 class NetConnectionImpl final {
53 static NetConnectionImpl *MakeNetConnection();
55 static void DeleteNetConnection(OHOS::NetManagerStandard::NetConnectionImpl *netConnection);
60 explicit NetConnectionImpl();
62 ~NetConnectionImpl() = default;
89 NetConnectionImpl *netConn_;
92 extern std::map<OHOS::NetManagerStandard::ConnectionCallbackObserver *, OHOS::NetManagerStandard::NetConnectionImpl *>

Completed in 2 milliseconds