Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp44 static void NetProbeThread(const std::shared_ptr<ProbeThread> &probeThread) in NetProbeThread() argument
46 if (probeThread == nullptr) { in NetProbeThread()
50 ProbeType type = probeThread->GetProbeType(); in NetProbeThread()
51 probeThread->SendHttpProbe(type); in NetProbeThread()
H A Dnet_monitor.cpp213 NetHttpProbeResult NetMonitor::GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, Pro… in GetThreadDetectResult() argument
216 if (!probeThread->IsDetecting()) { in GetThreadDetectResult()
218 return probeThread->GetHttpProbeResult(); in GetThreadDetectResult()
220 return probeThread->GetHttpsProbeResult(); in GetThreadDetectResult()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h94 …NetHttpProbeResult GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType prob…