Home
last modified time | relevance | path

Searched refs:GetTargetNetworkForTesting (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dcontext_host_resolver.h81 handles::NetworkHandle GetTargetNetworkForTesting() const override;
H A Dcontext_host_resolver.cc169 handles::NetworkHandle ContextHostResolver::GetTargetNetworkForTesting() const { in GetTargetNetworkForTesting() function in net::ContextHostResolver
H A Dhost_resolver.h522 virtual handles::NetworkHandle GetTargetNetworkForTesting() const;
H A Dhost_resolver.cc337 handles::NetworkHandle HostResolver::GetTargetNetworkForTesting() const { in GetTargetNetworkForTesting() function in net::HostResolver
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder_unittest.cc361 EXPECT_EQ(context->host_resolver()->GetTargetNetworkForTesting(), network); in TEST_F()