Searched refs:GetEndpointGroupCountForTesting (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/net/reporting/ |
H A D | reporting_header_parser_unittest.cc | 281 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 320 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 365 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 400 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 428 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 456 EXPECT_EQ(0u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 471 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 486 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 515 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 549 EXPECT_EQ(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() [all …]
|
H A D | reporting_cache_unittest.cc | 1714 EXPECT_EQ(3u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 1762 EXPECT_EQ(4u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 1826 EXPECT_GE(2u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 1859 EXPECT_GE(1u, cache()->GetEndpointGroupCountForTesting()); in TEST_P() 1941 EXPECT_EQ(2u, cache()->GetEndpointGroupCountForTesting()); in TEST_P()
|
H A D | reporting_cache.h | 300 virtual size_t GetEndpointGroupCountForTesting() const = 0;
|
H A D | reporting_cache_impl.h | 133 size_t GetEndpointGroupCountForTesting() const override;
|
H A D | reporting_endpoint_manager_unittest.cc | 222 size_t GetEndpointGroupCountForTesting() const override { in GetEndpointGroupCountForTesting() function in net::__anonadb277670111::TestReportingCache
|
H A D | reporting_cache_impl.cc | 856 size_t ReportingCacheImpl::GetEndpointGroupCountForTesting() const { in GetEndpointGroupCountForTesting() function in net::ReportingCacheImpl
|