Searched refs:notifications_received (Results 1 – 1 of 1) sorted by relevance
129 int notifications_received() const { return notifications_received_; } in notifications_received() function in net::__anon1057f9150211::TestRTTAndThroughputEstimatesObserver763 EXPECT_EQ(4, rtt_throughput_estimates_observer.notifications_received()); in TEST_F()1553 int notifications_received = observer.notifications_received(); in TEST_F() local1554 EXPECT_EQ(0, notifications_received); in TEST_F()1573 EXPECT_LE(1, observer.notifications_received() - notifications_received); in TEST_F()1574 notifications_received = observer.notifications_received(); in TEST_F()1583 EXPECT_LE(1, observer.notifications_received() - notifications_received); in TEST_F()1584 notifications_received = observer.notifications_received(); in TEST_F()1593 EXPECT_LE(1, observer.notifications_received() - notifications_received); in TEST_F()1594 notifications_received = observer.notifications_received(); in TEST_F()[all …]