Searched refs:SendProbe (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_monitor.h | 90 NetHttpProbeResult SendProbe();
|
H A D | net_http_probe.h | 37 int32_t SendProbe(ProbeType probeType, const std::string &httpUrl, const std::string &httpsUrl);
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | probe_thread.cpp | 99 if (httpProbe_->SendProbe(probeType, httpProbeUrl_, httpsProbeUrl_) != NETMANAGER_SUCCESS) { in SendHttpProbe()
|
H A D | net_monitor.cpp | 157 NetHttpProbeResult probeResult = SendProbe(); in Detection() 164 NetHttpProbeResult NetMonitor::SendProbe() in SendProbe() function in OHOS::NetManagerStandard::NetMonitor
|
H A D | net_http_probe.cpp | 94 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 D | net_base_branch_fuzzer.cpp | 92 instance_->SendProbe(PROBE_HTTP_HTTPS, httpUrl, httpsUrl); in NetHttpProbeBranchFuzzTest()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_monitor_test.cpp | 79 NetHttpProbeResult probeResult = instance_->SendProbe(); in HWTEST_F()
|
H A D | net_http_probe_test.cpp | 64 int32_t ret = instance_->SendProbe(PROBE_HTTP_HTTPS, TEST_HTTP_URL, TEST_HTTPS_URL); in HWTEST_F()
|
Completed in 7 milliseconds