Home
last modified time | relevance | path

Searched refs:httpProxyPort (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp447 char httpProxyPort[SYSPARA_MAX_SIZE] = {0}; in GetGlobalHttpProxyInfo() local
450 GetParameter(HTTP_PROXY_PORT_KEY, DEFAULT_HTTP_PROXY_PORT, httpProxyPort, sizeof(httpProxyPort)); in GetGlobalHttpProxyInfo()
463 port = std::atoi(httpProxyPort); in GetGlobalHttpProxyInfo()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp811 char httpProxyPort[SYSPARA_MAX_SIZE] = {0}; in AddCurlHandle() local
814 GetParameter(HTTP_PROXY_PORT_KEY, DEFAULT_HTTP_PROXY_PORT, httpProxyPort, sizeof(httpProxyPort)); in AddCurlHandle()
827 port = std::atoi(httpProxyPort); in AddCurlHandle()

Completed in 4 milliseconds