Home
last modified time | relevance | path

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

/ohos5.0/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 *netConnection) in DeleteNetConnection()
136 sptr<ConnectionCallbackObserver> NetConnectionImpl::GetObserver() const in GetObserver()
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()
/ohos5.0/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 …S::NetManagerStandard::ConnectionCallbackObserver *, OHOS::NetManagerStandard::NetConnectionImpl *>