Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp60 httpProbe_ = std::make_unique<NetHttpProbe>(netId, bearType, netLinkInfo, probeType); in ProbeThread()
91 if (httpProbe_ == nullptr) { in SendHttpProbe()
99 if (httpProbe_->SendProbe(probeType, httpProbeUrl_, httpsProbeUrl_) != NETMANAGER_SUCCESS) { in SendHttpProbe()
128 httpProbe_->GetHttpProbeResult().IsNeedPortal()) { in IsConclusiveResult()
133 httpProbe_->GetHttpsProbeResult().IsSuccessful()) { in IsConclusiveResult()
142 if (httpProbe_) { in UpdateGlobalHttpProxy()
143 httpProbe_->UpdateGlobalHttpProxy(httpProxy); in UpdateGlobalHttpProxy()
149 httpProbe_->ProbeWithoutGlobalHttpProxy(); in ProbeWithoutGlobalHttpProxy()
154 return httpProbe_->GetHttpProbeResult(); in GetHttpProbeResult()
159 return httpProbe_->GetHttpsProbeResult(); in GetHttpsProbeResult()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h98 std::unique_ptr<NetHttpProbe> httpProbe_; variable