Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp478 for (const auto &iter : netDetectionRetCallback_) { in RegisterNetDetectionCallback()
480 NETMGR_LOG_D("netDetectionRetCallback_ had this callback"); in RegisterNetDetectionCallback()
485 netDetectionRetCallback_.emplace_back(callback); in RegisterNetDetectionCallback()
496 for (auto iter = netDetectionRetCallback_.begin(); iter != netDetectionRetCallback_.end(); ++iter) { in UnRegisterNetDetectionCallback()
498 netDetectionRetCallback_.erase(iter); in UnRegisterNetDetectionCallback()
601 for (const auto &callback : netDetectionRetCallback_) { in NotifyNetDetectionResult()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h106 std::vector<sptr<INetDetectionCallback>> netDetectionRetCallback_; member in OHOS::NetManagerStandard::Network

Completed in 3 milliseconds