Searched refs:probeThread (Results 1 – 3 of 3) sorted by relevance
44 static void NetProbeThread(const std::shared_ptr<ProbeThread> &probeThread) in NetProbeThread() argument46 if (probeThread == nullptr) { in NetProbeThread()50 ProbeType type = probeThread->GetProbeType(); in NetProbeThread()51 probeThread->SendHttpProbe(type); in NetProbeThread()
213 NetHttpProbeResult NetMonitor::GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, Pro… in GetThreadDetectResult() argument216 if (!probeThread->IsDetecting()) { in GetThreadDetectResult()218 return probeThread->GetHttpProbeResult(); in GetThreadDetectResult()220 return probeThread->GetHttpsProbeResult(); in GetThreadDetectResult()
94 …NetHttpProbeResult GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType prob…