Home
last modified time | relevance | path

Searched defs:exclusion (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/
Dnet_proxy_adapter_test.cpp221 std::string exclusion; variable
271 std::string exclusion; variable
299 std::string exclusion; variable
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_net_proxy_adapter_wrapper.cpp56 std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) in GetProperty()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_net_proxy_adapter_impl.cpp46 ArkWebString& host, uint16_t& port, ArkWebString& pacUrl, ArkWebString& exclusion) in GetProperty()
/base/web/webview/ohos_adapter/net_proxy_adapter/src/
Dnet_proxy_adapter_impl.cpp219 std::string exclusion; in Changed() local
284 auto exclusion = httpProxy.GetExclusionList(); in StartListenAppProxy() local
345 auto exclusion = httpProxy.GetExclusionList(); in OnReceiveEvent() local
356 …erImpl::GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) in GetProperty()
/base/request/request/services/src/cxx/
Dget_proxy.cpp76 void SysNetProxyManager::InitProxy(std::string &host, std::string &port, std::string &exclusion) in InitProxy()