Home
last modified time | relevance | path

Searched refs:GetContextForTesting (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder_unittest.cc217 context->reporting_service()->GetContextForTesting()->uploader()->StartUpload( in TEST_F()
223 ->GetContextForTesting() in TEST_F()
265 ASSERT_TRUE(context->reporting_service()->GetContextForTesting()->store()); in TEST_F()
269 context->reporting_service()->GetContextForTesting()->uploader()->StartUpload( in TEST_F()
275 ->GetContextForTesting() in TEST_F()
325 EXPECT_EQ(context.get(), context->host_resolver()->GetContextForTesting()); in TEST_F()
332 ASSERT_FALSE(resolver->GetContextForTesting()); in TEST_F()
337 EXPECT_EQ(context.get(), context->host_resolver()->GetContextForTesting()); in TEST_F()
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_service.h141 virtual ReportingContext* GetContextForTesting() const = 0;
H A Dreporting_service.cc188 ReportingContext* GetContextForTesting() const override { in GetContextForTesting() function in net::__anoncf3a453e0111::ReportingServiceImpl
H A Dreporting_test_util.h371 ReportingContext* GetContextForTesting() const override;
H A Dreporting_test_util.cc375 ReportingContext* TestReportingService::GetContextForTesting() const { in GetContextForTesting() function in net::TestReportingService
/aosp_15_r20/external/cronet/net/dns/
H A Dcontext_host_resolver.h80 const URLRequestContext* GetContextForTesting() const override;
H A Dcontext_host_resolver.cc165 const URLRequestContext* ContextHostResolver::GetContextForTesting() const { in GetContextForTesting() function in net::ContextHostResolver
H A Dhost_resolver.h521 virtual const URLRequestContext* GetContextForTesting() const;
H A Dhost_resolver.cc330 const URLRequestContext* HostResolver::GetContextForTesting() const { in GetContextForTesting() function in net::HostResolver