Home
last modified time | relevance | path

Searched refs:GetThreadDetectResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp183 …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
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h94 …NetHttpProbeResult GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType prob…