Home
last modified time | relevance | path

Searched refs:SetProxyInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h72 bool SetProxyInfo(CURL *curlHandler, const std::string &proxyHost, int32_t proxyPort);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp422 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