Home
last modified time | relevance | path

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

/external/cronet/net/nqe/
Dnetwork_quality_estimator_unittest.cc1841 std::unique_ptr<SocketPerformanceWatcher> tcp_watcher = in TEST_F() local
1851 tcp_watcher->OnUpdatedRTTAvailable(tcp_rtt); in TEST_F()
1898 std::unique_ptr<SocketPerformanceWatcher> tcp_watcher = in TEST_F() local
1904 EXPECT_TRUE(tcp_watcher->ShouldNotifyUpdatedRTT()); in TEST_F()
1912 EXPECT_TRUE(tcp_watcher->ShouldNotifyUpdatedRTT()); in TEST_F()
1914 tcp_watcher->OnUpdatedRTTAvailable(tcp_rtt); in TEST_F()
1916 EXPECT_FALSE(tcp_watcher->ShouldNotifyUpdatedRTT()); in TEST_F()
1922 EXPECT_TRUE(tcp_watcher->ShouldNotifyUpdatedRTT()); in TEST_F()