Home
last modified time | relevance | path

Searched refs:HTTP_PROXY_KEY_EXCLUSION_LIST (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h63 static const char *const HTTP_PROXY_KEY_EXCLUSION_LIST; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp53 const char *const HttpConstant::HTTP_PROXY_KEY_EXCLUSION_LIST = "exclusionList"; member in OHOS::NetStack::HttpClient::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp59 const char *const HttpConstant::HTTP_PROXY_KEY_EXCLUSION_LIST = "exclusionList"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h162 static const char *const HTTP_PROXY_KEY_EXCLUSION_LIST; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp340 …piUtils::HasNamedProperty(GetEnv(), httpProxyValue, HttpConstant::HTTP_PROXY_KEY_EXCLUSION_LIST)) { in ParseUsingHttpProxy()
342 …NapiUtils::GetNamedProperty(GetEnv(), httpProxyValue, HttpConstant::HTTP_PROXY_KEY_EXCLUSION_LIST); in ParseUsingHttpProxy()