Home
last modified time | relevance | path

Searched refs:check_ipv6_on_wifi (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager_unittest.h41 void CreateResolver(bool check_ipv6_on_wifi = true);
47 void CreateSerialResolver(bool check_ipv6_on_wifi = true,
74 bool check_ipv6_on_wifi,
H A Dhost_resolver.h323 bool check_ipv6_on_wifi = true; member
H A Dhost_resolver_manager.cc394 check_ipv6_on_wifi_(options.check_ipv6_on_wifi), in HostResolverManager()
H A Dhost_resolver_manager_unittest.cc408 void HostResolverManagerTest::CreateResolver(bool check_ipv6_on_wifi) { in CreateResolver() argument
411 check_ipv6_on_wifi); in CreateResolver()
425 void HostResolverManagerTest::CreateSerialResolver(bool check_ipv6_on_wifi, in CreateSerialResolver() argument
431 check_ipv6_on_wifi, is_async); in CreateSerialResolver()
453 bool check_ipv6_on_wifi, in CreateResolverWithLimitsAndParams() argument
457 options.check_ipv6_on_wifi = check_ipv6_on_wifi; in CreateResolverWithLimitsAndParams()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder_unittest.cc405 options.check_ipv6_on_wifi = !options.check_ipv6_on_wifi; in TEST_F()
411 options.check_ipv6_on_wifi); in TEST_F()
/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config.cc727 host_resolver_manager_options.check_ipv6_on_wifi = !disable_ipv6_on_wifi; in SetContextBuilderExperimentalOptions()