Searched refs:httpProbe_ (Results 1 – 2 of 2) sorted by relevance
60 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()
98 std::unique_ptr<NetHttpProbe> httpProbe_; variable