Searched refs:SetProxyInfo (Results 1 – 2 of 2) sorted by relevance
72 bool SetProxyInfo(CURL *curlHandler, const std::string &proxyHost, int32_t proxyPort);
422 if (!SetProxyInfo(httpCurl_, proxyHost, proxyPort)) { in SetProxyOption()429 if (!SetProxyInfo(httpsCurl_, proxyHost, proxyPort)) { in SetProxyOption()438 bool NetHttpProbe::SetProxyInfo(CURL *curlHandler, const std::string &proxyHost, int32_t proxyPort) in SetProxyInfo() function in OHOS::NetManagerStandard::NetHttpProbe