Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h114 [[nodiscard]] UsingHttpProxyType GetUsingHttpProxyType() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h128 [[nodiscard]] UsingHttpProxyType GetUsingHttpProxyType() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp171 UsingHttpProxyType HttpRequest::GetUsingHttpProxyType() const in GetUsingHttpProxyType() function in OHOS::NetStack::Http::HttpRequest
H A Dnet_http_client_exec.cpp470 if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_DEFAULT) { in GetHttpProxyInfo()
481 } else if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_SPECIFIED) { in GetHttpProxyInfo()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp185 UsingHttpProxyType HttpRequestOptions::GetUsingHttpProxyType() const in GetUsingHttpProxyType() function in OHOS::NetStack::Http::HttpRequestOptions
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp761 if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_DEFAULT) { in AddCurlHandle()
772 } else if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_SPECIFIED) { in AddCurlHandle()