Home
last modified time | relevance | path

Searched refs:GetSpecifiedHttpProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h116 void GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclusionList);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h130 void GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclusionList);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp183 void HttpRequest::GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclusionLis… in GetSpecifiedHttpProxy() function in OHOS::NetStack::Http::HttpRequest
H A Dnet_http_client_exec.cpp482 context->options.GetSpecifiedHttpProxy(host, port, exclusions); in GetHttpProxyInfo()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp197 void HttpRequestOptions::GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclu… in GetSpecifiedHttpProxy() function in OHOS::NetStack::Http::HttpRequestOptions
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp773 context->options.GetSpecifiedHttpProxy(host, port, exclusions); in AddCurlHandle()