Home
last modified time | relevance | path

Searched refs:probeType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp57 …: netId_(netId), probeType_(probeType), latch_(latch), latchAll_(latchAll), httpProbeUrl_(httpUrl), in ProbeThread()
127 if ((probeType_ == ProbeType::PROBE_HTTP || probeType_ == ProbeType::PROBE_HTTP_FALLBACK) && in IsConclusiveResult()
132 if ((probeType_ == ProbeType::PROBE_HTTPS || probeType_ == ProbeType::PROBE_HTTPS_FALLBACK) && in IsConclusiveResult()
169 return probeType_; in GetProbeType()
H A Dnet_http_probe.cpp102 : netId_(netId), netBearType_(bearType), netLinkInfo_(netLinkInfo), probeType_(probeType) in NetHttpProbe()
570 … NETMGR_LOG_I("net[%{public}d], probeType[%{public}d] response header empty", netId_, probeType_); in GetHeaderField()
580 …NETMGR_LOG_I("net[%{public}d], probeType[%{public}d], key:[%{public}s]", netId_, probeType_, key.c… in GetHeaderField()
604 probeType_ == ProbeType::PROBE_HTTP) { in CheckRespCode()
611 if (IsHttpDetect(probeType_)) { in CheckRespCode()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h100 ProbeType probeType_; variable
H A Dnet_http_probe.h97 ProbeType probeType_; variable