Home
last modified time | relevance | path

Searched defs:bypass_rules (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config_service_android_unittest.cc126 const std::vector<std::string>& bypass_rules, in SetProxyOverride()
136 const std::vector<std::string>& bypass_rules, in SetProxyOverride()
236 std::vector<std::string> bypass_rules; in TEST_F() local
264 std::vector<std::string> bypass_rules; in TEST_F() local
296 std::vector<std::string> bypass_rules; in TEST_F() local
318 std::vector<std::string> bypass_rules; in TEST_F() local
334 std::vector<std::string> bypass_rules; in TEST_F() local
357 std::vector<std::string> bypass_rules; in TEST_F() local
378 std::vector<std::string> bypass_rules; in TEST_F() local
399 std::vector<std::string> bypass_rules; in TEST_F() local
[all …]
H A Dproxy_config_service_android.cc99 ProxyBypassRules* bypass_rules) { in AddBypassRules()
255 const std::vector<std::string>& bypass_rules, in CreateOverrideProxyConfig()
381 const std::vector<std::string>& bypass_rules, in SetProxyOverride()
555 const std::vector<std::string>& bypass_rules, in SetProxyOverride()
H A Dproxy_config_service_common_unittest.cc63 std::string FlattenProxyBypass(const ProxyBypassRules& bypass_rules) { in FlattenProxyBypass()
H A Dproxy_config.h124 ProxyBypassRules bypass_rules; member