Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp183 NetHttpProbeResult httpProbeResult = GetThreadDetectResult(primaryHttpThread, ProbeType::PROBE_HTTP); in SendProbe()
184 NetHttpProbeResult httpsProbeResult = GetThreadDetectResult(primaryHttpsThread, ProbeType::PROBE_HTTPS); in SendProbe()
203 httpProbeResult = GetThreadDetectResult(primaryHttpThread, ProbeType::PROBE_HTTP); in SendProbe()
204 httpsProbeResult = GetThreadDetectResult(primaryHttpsThread, ProbeType::PROBE_HTTPS); in SendProbe()
205 NetHttpProbeResult fallbackHttpProbeResult = GetThreadDetectResult(fallbackHttpThread, ProbeType::PROBE_HTTP); in SendProbe()
206 NetHttpProbeResult fallbackHttpsProbeResult = GetThreadDetectResult(fallbackHttpsThread, ProbeType::PROBE_HTTPS); in SendProbe()
211 NetHttpProbeResult NetMonitor::GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType probeType) in GetThreadDetectResult() function in OHOS::NetManagerStandard::NetMonitor
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h94 NetHttpProbeResult GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType probeType);

Completed in 2 milliseconds