Home
last modified time | relevance | path

Searched defs:httpsUrl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp56 ProbeType probeType, std::string httpUrl, std::string httpsUrl) in ProbeThread()
H A Dnet_http_probe.cpp113 …tHttpProbe::SendProbe(ProbeType probeType, const std::string &httpUrl, const std::string &httpsUrl) in SendProbe()
306 …Probe::SetCurlOptions(ProbeType probeType, const std::string &httpUrl, const std::string &httpsUrl) in SetCurlOptions()
498 …tpProbe::SendDnsProbe(ProbeType probeType, const std::string &httpUrl, const std::string &httpsUrl, in SendDnsProbe()
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp91 std::string httpsUrl = GetStringFromData(STR_LEN); in NetHttpProbeBranchFuzzTest() local