Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp610 if (iterNetwork != networks_.end()) { in UnregisterNetSupplierAsync()
613 networks_.erase(iterNetwork); in UnregisterNetSupplierAsync()
730 auto iterNetwork = networks_.find(netId); in RegUnRegNetDetectionCallbackAsync() local
731 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in RegUnRegNetDetectionCallbackAsync()
840 auto iterNetwork = networks_.find(netId); in NetDetectionAsync() local
841 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in NetDetectionAsync()
845 iterNetwork->second->StartNetDetection(true); in NetDetectionAsync()
853 auto iterNetwork = networks_.find(netId); in NetDetectionForDnsHealthSync() local
854 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in NetDetectionForDnsHealthSync()
1501 auto iterNetwork = networks_.find(netId); in GetConnectionProperties() local
[all …]