Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp626 NET_NETWORK_MAP::iterator iterNetwork = networks_.find(netId); in UnregisterNetSupplierAsync() local
627 if (iterNetwork != networks_.end()) { in UnregisterNetSupplierAsync()
628 NETMGR_LOG_I("the iterNetwork already exists."); in UnregisterNetSupplierAsync()
630 networks_.erase(iterNetwork); in UnregisterNetSupplierAsync()
850 auto iterNetwork = networks_.find(netId); in RegUnRegNetDetectionCallbackAsync() local
851 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in RegUnRegNetDetectionCallbackAsync()
856 iterNetwork->second->RegisterNetDetectionCallback(callback); in RegUnRegNetDetectionCallbackAsync()
859 return iterNetwork->second->UnRegisterNetDetectionCallback(callback); in RegUnRegNetDetectionCallbackAsync()
979 auto iterNetwork in NetDetectionAsync() local
992 auto iterNetwork = networks_.find(netId); NetDetectionForDnsHealthSync() local
1649 auto iterNetwork = networks_.find(netId); GetConnectionProperties() local
2989 auto iterNetwork = networks_.find(netId); CloseSocketsUidAsync() local
[all...]

Completed in 4 milliseconds