Home
last modified time | relevance | path

Searched refs:SendProbe (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h90 NetHttpProbeResult SendProbe();
H A Dnet_http_probe.h37 int32_t SendProbe(ProbeType probeType, const std::string &httpUrl, const std::string &httpsUrl);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp99 if (httpProbe_->SendProbe(probeType, httpProbeUrl_, httpsProbeUrl_) != NETMANAGER_SUCCESS) { in SendHttpProbe()
H A Dnet_monitor.cpp157 NetHttpProbeResult probeResult = SendProbe(); in Detection()
164 NetHttpProbeResult NetMonitor::SendProbe() in SendProbe() function in OHOS::NetManagerStandard::NetMonitor
H A Dnet_http_probe.cpp94 int32_t NetHttpProbe::SendProbe(ProbeType probeType, const std::string &httpUrl, const std::string &httpsUrl) in SendProbe() function in OHOS::NetManagerStandard::NetHttpProbe
/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp92 instance_->SendProbe(PROBE_HTTP_HTTPS, httpUrl, httpsUrl); in NetHttpProbeBranchFuzzTest()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_monitor_test.cpp79 NetHttpProbeResult probeResult = instance_->SendProbe(); in HWTEST_F()
H A Dnet_http_probe_test.cpp64 int32_t ret = instance_->SendProbe(PROBE_HTTP_HTTPS, TEST_HTTP_URL, TEST_HTTPS_URL); in HWTEST_F()

Completed in 7 milliseconds