Home
last modified time | relevance | path

Searched refs:UsingHttpProxyType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h34 enum class UsingHttpProxyType { enum
72 void SetUsingHttpProxyType(UsingHttpProxyType type);
114 [[nodiscard]] UsingHttpProxyType GetUsingHttpProxyType() const;
152 UsingHttpProxyType usingHttpProxyType_;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h34 enum class UsingHttpProxyType { enum
82 void SetUsingHttpProxyType(UsingHttpProxyType type);
128 [[nodiscard]] UsingHttpProxyType GetUsingHttpProxyType() const;
166 UsingHttpProxyType usingHttpProxyType_;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp31 usingHttpProxyType_(UsingHttpProxyType::USE_DEFAULT), in HttpRequest()
166 void HttpRequest::SetUsingHttpProxyType(UsingHttpProxyType type) in SetUsingHttpProxyType()
171 UsingHttpProxyType HttpRequest::GetUsingHttpProxyType() const in GetUsingHttpProxyType()
H A Dnet_http_request_context.cpp399 options.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in ParseUsingHttpProxy()
410UsingHttpProxyType usingType = useDefault ? UsingHttpProxyType::USE_DEFAULT : UsingHttpProxyType::… in ParseUsingHttpProxy()
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.cpp39 usingHttpProxyType_(UsingHttpProxyType::USE_DEFAULT), in HttpRequestOptions()
180 void HttpRequestOptions::SetUsingHttpProxyType(UsingHttpProxyType type) in SetUsingHttpProxyType()
185 UsingHttpProxyType HttpRequestOptions::GetUsingHttpProxyType() const in GetUsingHttpProxyType()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp330UsingHttpProxyType usingType = usingProxy ? UsingHttpProxyType::USE_DEFAULT : UsingHttpProxyType::… in ParseUsingHttpProxy()
354 options.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in ParseUsingHttpProxy()
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp169 requestOptions.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in SetUsingHttpProxyTypeFuzzTest()
/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()