Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp58 httpsProbeUrl_(httpsUrl) in ProbeThread()
83 if (httpProbeUrl_.empty() || httpsProbeUrl_.empty()) { in SendHttpProbe()
99 if (httpProbe_->SendProbe(probeType, httpProbeUrl_, httpsProbeUrl_) != NETMANAGER_SUCCESS) { in SendHttpProbe()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h105 std::string httpsProbeUrl_; variable