Home
last modified time | relevance | path

Searched refs:GetHttpProxyInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h104 …static void GetHttpProxyInfo(RequestContext *context, std::string &host, int32_t &port, std::strin…
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h253 void GetHttpProxyInfo(std::string &host, int32_t &port, std::string &exclusions,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp160 void GetHttpProxyInfo(std::string &host, int32_t &port, std::string &exclusions) in GetHttpProxyInfo() function
305 GetHttpProxyInfo(host, port, exclusions); in InitCurProxy()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h143 …static void GetHttpProxyInfo(RequestContext *context, std::string &host, int32_t &port, std::strin…
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp145 void HttpClientTask::GetHttpProxyInfo(std::string &host, int32_t &port, std::string &exclusions, bo… in GetHttpProxyInfo() function in OHOS::NetStack::HttpClient::HttpClientTask
233 GetHttpProxyInfo(host, port, exclusions, tunnel); in SetOtherCurlOption()
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientTaskTest.cpp697 task->GetHttpProxyInfo(host, port, exclusions, tunnel);
726 task->GetHttpProxyInfo(host, port, exclusions, tunnel);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp467 void NetHttpClientExec::GetHttpProxyInfo(RequestContext *context, std::string &host, in GetHttpProxyInfo() function in OHOS::NetStack::Http::NetHttpClientExec
516 GetHttpProxyInfo(context, host, port, exclusions); in SetOtherOption()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp759 void HttpExec::GetHttpProxyInfo(RequestContext *context, std::string &host, int32_t &port, std::str… in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec
807 GetHttpProxyInfo(context, host, port, exclusions); in AddCurlHandle()