Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_cache_unittest.cc333 EXPECT_EQ(1u, cache()->GetFullReportCountForTesting()); in TEST_P()
337 EXPECT_EQ(0u, cache()->GetFullReportCountForTesting()); in TEST_P()
371 EXPECT_EQ(1u, cache()->GetFullReportCountForTesting()); in TEST_P()
375 EXPECT_EQ(0u, cache()->GetFullReportCountForTesting()); in TEST_P()
H A Dreporting_cache.h163 virtual size_t GetFullReportCountForTesting() const = 0;
H A Dreporting_cache_impl.h90 size_t GetFullReportCountForTesting() const override;
H A Dreporting_endpoint_manager_unittest.cc133 size_t GetFullReportCountForTesting() const override { in GetFullReportCountForTesting() function in net::__anonadb277670111::TestReportingCache
H A Dreporting_cache_impl.cc346 size_t ReportingCacheImpl::GetFullReportCountForTesting() const { in GetFullReportCountForTesting() function in net::ReportingCacheImpl