Searched refs:NumActiveSocketsInGroupForTesting (Results 1 – 2 of 2) sorted by relevance
1556 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 …]
251 int NumActiveSocketsInGroupForTesting(const GroupId& group_id) const { in NumActiveSocketsInGroupForTesting() function