Searched refs:acceptConnectionsCount (Results 1 – 2 of 2) sorted by relevance
60 int acceptConnectionsCount() const { return accept_connection_count_; } in acceptConnectionsCount() function
4983 EXPECT_EQ(dot1.acceptConnectionsCount(), config.expectedQueriesSentToDot1); in TEST_F()4984 EXPECT_EQ(dot2.acceptConnectionsCount(), config.expectedQueriesSentToDot2); in TEST_F()4989 EXPECT_EQ(dot1.acceptConnectionsCount(), config.expectedQueriesSentToDot1 * retries); in TEST_F()4990 EXPECT_EQ(dot2.acceptConnectionsCount(), config.expectedQueriesSentToDot2 * retries); in TEST_F()5297 EXPECT_EQ(dot1.acceptConnectionsCount(), 1); in TEST_F()5298 EXPECT_EQ(dot2.acceptConnectionsCount(), canQuickFallback ? 0 : 1); in TEST_F()5644 EXPECT_TRUE(PollForCondition([&]() { return unresponsiveTls.acceptConnectionsCount() == 1; })); in TEST_F()5721 [&]() { return unresponsiveTls.acceptConnectionsCount() > 0; })); in TEST_F()5723 EXPECT_EQ(unresponsiveTls.acceptConnectionsCount(), 0); in TEST_F()5799 const int connectCountsBefore = tls.acceptConnectionsCount(); in TEST_F()[all …]