Home
last modified time | relevance | path

Searched refs:SetHttpOptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h63 bool SetHttpOptions(ProbeType probeType, CURL *curl, const std::string &url);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp319 if (!SetHttpOptions(ProbeType::PROBE_HTTP, httpCurl_, httpUrl)) { in SetCurlOptions()
325 if (!SetHttpOptions(ProbeType::PROBE_HTTPS, httpsCurl_, httpsUrl)) { in SetCurlOptions()
347 bool NetHttpProbe::SetHttpOptions(ProbeType probeType, CURL *curl, const std::string &url) in SetHttpOptions() function in OHOS::NetManagerStandard::NetHttpProbe
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp106 instance_->SetHttpOptions(probeType, curl, testString); in NetHttpProbeBranchFuzzTest()