Home
last modified time | relevance | path

Searched refs:NumActiveSocketsInGroupForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dclient_socket_pool_base_unittest.cc1556 EXPECT_EQ(1, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
1608 EXPECT_EQ(1, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
1651 pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
1661 pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
1675 pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
1722 EXPECT_EQ(1, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
1731 EXPECT_EQ(0, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
2633 EXPECT_EQ(1, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
2716 EXPECT_EQ(1, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
3860 EXPECT_EQ(1, pool_->NumActiveSocketsInGroupForTesting(TestGroupId("a"))); in TEST_F()
[all …]
H A Dtransport_client_socket_pool.h251 int NumActiveSocketsInGroupForTesting(const GroupId& group_id) const { in NumActiveSocketsInGroupForTesting() function