Home
last modified time | relevance | path

Searched refs:SetUsingHttpProxyType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h72 void SetUsingHttpProxyType(UsingHttpProxyType type);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h82 void SetUsingHttpProxyType(UsingHttpProxyType type);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp166 void HttpRequest::SetUsingHttpProxyType(UsingHttpProxyType type) in SetUsingHttpProxyType() function in OHOS::NetStack::Http::HttpRequest
H A Dnet_http_request_context.cpp399 options.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in ParseUsingHttpProxy()
411 options.SetUsingHttpProxyType(usingType); in ParseUsingHttpProxy()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp180 void HttpRequestOptions::SetUsingHttpProxyType(UsingHttpProxyType type) in SetUsingHttpProxyType() function in OHOS::NetStack::Http::HttpRequestOptions
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp331 options.SetUsingHttpProxyType(usingType); 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()