Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp68 static void NetDetectThread(const std::shared_ptr<NetMonitor> &netMonitor) in NetDetectThread() argument
70 if (netMonitor == nullptr) { in NetDetectThread()
71 NETMGR_LOG_E("netMonitor is nullptr"); in NetDetectThread()
74 while (netMonitor->IsDetecting()) { in NetDetectThread()
75 netMonitor->Detection(); in NetDetectThread()
97 std::shared_ptr<NetMonitor> netMonitor = shared_from_this(); in Start() local
98 std::thread t([netMonitor] { return NetDetectThread(netMonitor); }); in Start()

Completed in 1 milliseconds