Searched refs:probeType_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | probe_thread.cpp | 57 …: 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 D | net_http_probe.cpp | 102 : 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 D | probe_thread.h | 100 ProbeType probeType_; variable
|
H A D | net_http_probe.h | 97 ProbeType probeType_; variable
|