Home
last modified time | relevance | path

Searched defs:netConnection (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
H A Dnetconnection.cpp37 auto netConnection = new NetConnection(eventManager); in MakeNetConnection() local
42 void NetConnection::DeleteNetConnection(NetConnection *netConnection) in DeleteNetConnection() argument
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_callback.cpp28 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetAvailable() local
83 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; in NetCapabilitiesChange() local
174 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; NetConnectionPropertiesChange() local
207 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; NetLost() local
227 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; NetUnavailable() local
246 NetConnectionImpl *netConnection = NET_CONNECTIONS[this]; NetBlockStatusChange() local
[all...]
H A Dnet_connection_impl.cpp28 NetConnectionImpl *netConnection = NetConnectionImpl::MakeNetConnection(); in NetConnectionProxy() local
122 auto netConnection = new NetConnectionImpl(); in MakeNetConnection() local
129 DeleteNetConnection(NetConnectionImpl *netConnection) DeleteNetConnection() argument
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H A Dnet_conn_callback_observer.cpp34 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetAvailable() local
69 NetConnection *netConnection = NET_CONNECTIONS[this]; in NetCapabilitiesChange() local
105 NetConnection *netConnection = NET_CONNECTIONS[this]; NetConnectionPropertiesChange() local
140 NetConnection *netConnection = NET_CONNECTIONS[this]; NetLost() local
170 NetConnection *netConnection = NET_CONNECTIONS[this]; NetUnavailable() local
202 NetConnection *netConnection = NET_CONNECTIONS[this]; NetBlockStatusChange() local
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp313 auto netConnection = static_cast<NetConnection *>(manager->GetData()); CreateNetConnection() local
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp236 auto netConnection = reinterpret_cast<TcpConnection *>(para); in MakeTcpConnectionMessage() local

Completed in 7 milliseconds