Searched refs:GetThreadDetectResult (Results 1 – 2 of 2) sorted by relevance
183 …NetHttpProbeResult httpProbeResult = GetThreadDetectResult(primaryHttpThread, ProbeType::PROBE_HTT… in SendProbe()184 …NetHttpProbeResult httpsProbeResult = GetThreadDetectResult(primaryHttpsThread, ProbeType::PROBE_H… in SendProbe()203 httpProbeResult = GetThreadDetectResult(primaryHttpThread, ProbeType::PROBE_HTTP); in SendProbe()204 httpsProbeResult = GetThreadDetectResult(primaryHttpsThread, ProbeType::PROBE_HTTPS); in SendProbe()206 GetThreadDetectResult(fallbackHttpThread, ProbeType::PROBE_HTTP_FALLBACK); in SendProbe()208 GetThreadDetectResult(fallbackHttpsThread, ProbeType::PROBE_HTTPS_FALLBACK); in SendProbe()213 NetHttpProbeResult NetMonitor::GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, Pro… in GetThreadDetectResult() function in OHOS::NetManagerStandard::NetMonitor
94 …NetHttpProbeResult GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType prob…