Home
last modified time | relevance | path

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

/external/cronet/net/nqe/
Dnetwork_quality_estimator_unittest.cc129 int notifications_received() const { return notifications_received_; } in notifications_received() function in net::__anon1057f9150211::TestRTTAndThroughputEstimatesObserver
763 EXPECT_EQ(4, rtt_throughput_estimates_observer.notifications_received()); in TEST_F()
1553 int notifications_received = observer.notifications_received(); in TEST_F() local
1554 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 …]