Searched refs:GetSpecifiedHttpProxy (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_request.h | 116 void GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclusionList);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_request_options.h | 130 void GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclusionList);
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request.cpp | 183 void HttpRequest::GetSpecifiedHttpProxy(std::string &host, int32_t &port, std::string &exclusionLis… in GetSpecifiedHttpProxy() function in OHOS::NetStack::Http::HttpRequest
|
H A D | net_http_client_exec.cpp | 482 context->options.GetSpecifiedHttpProxy(host, port, exclusions); in GetHttpProxyInfo()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_request_options.cpp | 197 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 D | http_exec.cpp | 773 context->options.GetSpecifiedHttpProxy(host, port, exclusions); in AddCurlHandle()
|