Searched defs:probeType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_http_probe.cpp | 101 …ttpProbe(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo, ProbeType probeType) in NetHttpProbe() 113 int32_t NetHttpProbe::SendProbe(ProbeType probeType, const std::string &httpUrl, const std::string … in SendProbe() 280 bool NetHttpProbe::InitHttpCurl(ProbeType probeType) in InitHttpCurl() 306 bool NetHttpProbe::SetCurlOptions(ProbeType probeType, const std::string &httpUrl, const std::strin… in SetCurlOptions() 347 bool NetHttpProbe::SetHttpOptions(ProbeType probeType, CURL *curl, const std::string &url) in SetHttpOptions() 395 bool NetHttpProbe::SetProxyOption(ProbeType probeType, bool &useHttpProxy) in SetProxyOption() 472 bool NetHttpProbe::SetResolveOption(ProbeType probeType, const std::string &domain, const std::stri… in SetResolveOption() 498 bool NetHttpProbe::SendDnsProbe(ProbeType probeType, const std::string &httpUrl, const std::string … in SendDnsProbe() 699 bool NetHttpProbe::IsHttpDetect(ProbeType probeType) in IsHttpDetect() 704 bool NetHttpProbe::IsHttpsDetect(ProbeType probeType) in IsHttpsDetect()
|
H A D | probe_thread.cpp | 56 ProbeType probeType, std::string httpUrl, std::string httpsUrl) in ProbeThread() 81 void ProbeThread::SendHttpProbe(ProbeType probeType) in SendHttpProbe()
|
H A D | net_monitor.cpp | 213 …t NetMonitor::GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType probeType) in GetThreadDetectResult()
|
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/ |
H A D | net_base_branch_fuzzer.cpp | 94 ProbeType probeType = ProbeType::PROBE_HTTP_HTTPS; in NetHttpProbeBranchFuzzTest() local
|