Searched refs:iterNetwork (Results 1 – 1 of 1) sorted by relevance
610 if (iterNetwork != networks_.end()) { in UnregisterNetSupplierAsync()613 networks_.erase(iterNetwork); in UnregisterNetSupplierAsync()730 auto iterNetwork = networks_.find(netId); in RegUnRegNetDetectionCallbackAsync() local731 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in RegUnRegNetDetectionCallbackAsync()840 auto iterNetwork = networks_.find(netId); in NetDetectionAsync() local841 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in NetDetectionAsync()845 iterNetwork->second->StartNetDetection(true); in NetDetectionAsync()853 auto iterNetwork = networks_.find(netId); in NetDetectionForDnsHealthSync() local854 if ((iterNetwork == networks_.end()) || (iterNetwork->second == nullptr)) { in NetDetectionForDnsHealthSync()1501 auto iterNetwork = networks_.find(netId); in GetConnectionProperties() local[all …]