Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp73 isDetecting_ = true; in Start()
85 isDetecting_ = false; in SendHttpProbe()
93 isDetecting_ = false; in SendHttpProbe()
101 isDetecting_ = false; in SendHttpProbe()
108 isDetecting_ = false; in SendHttpProbe()
116 isDetecting_ = false; in SendHttpProbe()
164 return isDetecting_.load(); in IsDetecting()
H A Dnet_monitor.cpp92 if (isDetecting_) { in Start()
96 isDetecting_ = true; in Start()
107 isDetecting_ = false; in Stop()
114 return isDetecting_.load(); in IsDetecting()
121 isDetecting_ = false; in ProcessDetection()
149 if (isDetecting_) { in ProcessDetection()
158 if (isDetecting_) { in Detection()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h103 std::atomic<bool> isDetecting_ = false; member in OHOS::NetManagerStandard::ProbeThread
H A Dnet_monitor.h103 std::atomic<bool> isDetecting_ = false; member in OHOS::NetManagerStandard::NetMonitor

Completed in 4 milliseconds