Home
last modified time | relevance | path

Searched refs:USE_DEFAULT (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h36 USE_DEFAULT, member in OHOS::NetStack::Http::UsingHttpProxyType
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h36 USE_DEFAULT, member in OHOS::NetStack::Http::UsingHttpProxyType
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp31 usingHttpProxyType_(UsingHttpProxyType::USE_DEFAULT), in HttpRequest()
H A Dnet_http_request_context.cpp410 UsingHttpProxyType usingType = useDefault ? UsingHttpProxyType::USE_DEFAULT : UsingHttpProxyType::NOT_USE; in ParseUsingHttpProxy()
H A Dnet_http_client_exec.cpp470 if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_DEFAULT) { in GetHttpProxyInfo()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp39 usingHttpProxyType_(UsingHttpProxyType::USE_DEFAULT), in HttpRequestOptions()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp333 UsingHttpProxyType usingType = usingProxy ? UsingHttpProxyType::USE_DEFAULT : UsingHttpProxyType::NOT_USE; in ParseUsingHttpProxy()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp833 if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_DEFAULT) { in AddCurlHandle()

Completed in 10 milliseconds