Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_header_parser_unittest.cc281 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 Dreporting_cache_unittest.cc1714 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 Dreporting_cache.h300 virtual size_t GetEndpointGroupCountForTesting() const = 0;
H A Dreporting_cache_impl.h133 size_t GetEndpointGroupCountForTesting() const override;
H A Dreporting_endpoint_manager_unittest.cc222 size_t GetEndpointGroupCountForTesting() const override { in GetEndpointGroupCountForTesting() function in net::__anonadb277670111::TestReportingCache
H A Dreporting_cache_impl.cc856 size_t ReportingCacheImpl::GetEndpointGroupCountForTesting() const { in GetEndpointGroupCountForTesting() function in net::ReportingCacheImpl