Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe_result.cpp40 bool NetHttpProbeResult::IsSuccessful() const in IsSuccessful() function in OHOS::NetManagerStandard::NetHttpProbeResult
52 return !IsSuccessful() && !IsNeedPortal(); in IsFailed()
57 if (IsSuccessful() && result.IsSuccessful()) { in operator ==()
H A Dnet_monitor.cpp119 if (probeResult.IsSuccessful()) { in ProcessDetection()
189 if (httpsProbeResult.IsSuccessful()) { in SendProbe()
238 if (httpsProbeResult.IsSuccessful()) { in ProcessThreadDetectResult()
242 if (fallbackHttpsProbeResult.IsSuccessful()) { in ProcessThreadDetectResult()
246 if (httpProbeResult.IsSuccessful() && fallbackHttpProbeResult.IsSuccessful()) { in ProcessThreadDetectResult()
H A Dprobe_thread.cpp133 httpProbe_->GetHttpsProbeResult().IsSuccessful()) { in IsConclusiveResult()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe_result.h31 bool IsSuccessful() const;