Home
last modified time | relevance | path

Searched defs:proxyType (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/netstack/test/unittest/http_client/
DHttpClientRequestTest.cpp183 const OHOS::NetStack::HttpClient::HttpProxy &proxyType = req.GetHttpProxy(); variable
193 const OHOS::NetStack::HttpClient::HttpProxy &proxyType = req.GetHttpProxy(); variable
201 int proxyType = req.GetHttpProxyType(); variable
209 int proxyType = req.GetHttpProxyType(); variable
/foundation/communication/netstack/test/fuzztest/websocket/fuzztest/websocketexec_fuzzer/
Dwebsocket_exec_fuzzer.cpp114 WebsocketProxyType proxyType(GetData<WebsocketProxyType>()); in SetWebsocketProxyTypeFuzzTest() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_session.c90 SendPriority ProxyTypeToConnPri(ProxyPacketType proxyType) in ProxyTypeToConnPri()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
Dhttp_curl_client.cpp313 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in InitCurProxy() local
/foundation/communication/netstack/frameworks/native/http/http_client/
Dhttp_client_task.cpp239 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in SetOtherCurlOption() local
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_http_probe.cpp440 …auto proxyType = (proxyHost.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_H… in SetProxyInfo() local
Dnet_conn_service.cpp1879 …auto proxyType = (tempProxy.host_.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLP… in ActiveHttpProxy() local
/foundation/communication/netstack/frameworks/cj/http/src/
Dnet_http_client_exec.cpp522 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in SetOtherOption() local
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
Dhttp_exec.cpp813 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in AddCurlHandle() local