Home
last modified time | relevance | path

Searched refs:IsSuccessful (Results 1 - 5 of 5) sorted by relevance

/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()
236 if (httpsProbeResult.IsSuccessful()) { in ProcessThreadDetectResult()
240 if (fallbackHttpsProbeResult.IsSuccessful()) { in ProcessThreadDetectResult()
244 if (httpProbeResult.IsSuccessful() && fallbackHttpProbeResult.IsSuccessful()) { in ProcessThreadDetectResult()
H A Dprobe_thread.cpp133 httpProbe_->GetHttpsProbeResult().IsSuccessful()) { in IsConclusiveResult()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_monitor_test.cpp116 EXPECT_TRUE(result.IsSuccessful()); in HWTEST_F()
128 EXPECT_TRUE(result.IsSuccessful()); in HWTEST_F()
140 EXPECT_TRUE(result.IsSuccessful()); in HWTEST_F()
152 EXPECT_FALSE(result.IsSuccessful()); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe_result.h31 bool IsSuccessful() const;

Completed in 3 milliseconds