Searched refs:tcp_watcher (Results 1 – 1 of 1) sorted by relevance
1841 std::unique_ptr<SocketPerformanceWatcher> tcp_watcher = in TEST_F() local1851 tcp_watcher->OnUpdatedRTTAvailable(tcp_rtt); in TEST_F()1898 std::unique_ptr<SocketPerformanceWatcher> tcp_watcher = in TEST_F() local1904 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()