Home
last modified time | relevance | path

Searched refs:DEFAULT_HTTP_PROXY_EXCLUSION_LIST (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_proxy_tracker.cpp31 constexpr const char *DEFAULT_HTTP_PROXY_EXCLUSION_LIST = "NONE"; member
117 exclusions = (httpProxy.GetHost().empty() || exclusions.empty()) ? DEFAULT_HTTP_PROXY_EXCLUSION_LIST : exclusions; in WriteToSettingsData()
134 if (exclusions.empty() || exclusions == DEFAULT_HTTP_PROXY_EXCLUSION_LIST) { in ParseExclusionList()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp72 static constexpr const char *DEFAULT_HTTP_PROXY_EXCLUSION_LIST = "NONE"; member
451 GetParameter(HTTP_PROXY_EXCLUSIONS_KEY, DEFAULT_HTTP_PROXY_EXCLUSION_LIST, httpProxyExclusions, in GetGlobalHttpProxyInfo()
459 if (exclusions == DEFAULT_HTTP_PROXY_EXCLUSION_LIST) { in GetGlobalHttpProxyInfo()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp100 static constexpr const char *DEFAULT_HTTP_PROXY_EXCLUSION_LIST = "NONE"; member
815 GetParameter(HTTP_PROXY_EXCLUSIONS_KEY, DEFAULT_HTTP_PROXY_EXCLUSION_LIST, httpProxyExclusions, in AddCurlHandle()
823 if (exclusions == DEFAULT_HTTP_PROXY_EXCLUSION_LIST) { in AddCurlHandle()

Completed in 5 milliseconds