Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_client_socket_unittest.cc305 class TestSocketPerformanceWatcher : public SocketPerformanceWatcher { class
307 TestSocketPerformanceWatcher() = default;
309 TestSocketPerformanceWatcher(const TestSocketPerformanceWatcher&) = delete;
310 TestSocketPerformanceWatcher& operator=(const TestSocketPerformanceWatcher&) =
313 ~TestSocketPerformanceWatcher() override = default;
330 #define MAYBE_TestSocketPerformanceWatcher TestSocketPerformanceWatcher
332 #define MAYBE_TestSocketPerformanceWatcher TestSocketPerformanceWatcher
342 auto watcher = std::make_unique<TestSocketPerformanceWatcher>(); in TEST_F()
343 TestSocketPerformanceWatcher* watcher_ptr = watcher.get(); in TEST_F()
H A Dtcp_socket_unittest.cc77 class TestSocketPerformanceWatcher : public SocketPerformanceWatcher { class
79 explicit TestSocketPerformanceWatcher(bool should_notify_updated_rtt) in TestSocketPerformanceWatcher() function in net::__anon05aebff10111::TestSocketPerformanceWatcher
82 TestSocketPerformanceWatcher(const TestSocketPerformanceWatcher&) = delete;
83 TestSocketPerformanceWatcher& operator=(const TestSocketPerformanceWatcher&) =
86 ~TestSocketPerformanceWatcher() override = default;
176 auto watcher = std::make_unique<TestSocketPerformanceWatcher>( in TestSPWNotifications()
178 TestSocketPerformanceWatcher* watcher_ptr = watcher.get(); in TestSPWNotifications()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_network_transaction_unittest.cc229 class TestSocketPerformanceWatcher : public SocketPerformanceWatcher { class
231 TestSocketPerformanceWatcher(bool* should_notify_updated_rtt, in TestSocketPerformanceWatcher() function in net::test::TestSocketPerformanceWatcher
236 TestSocketPerformanceWatcher(const TestSocketPerformanceWatcher&) = delete;
237 TestSocketPerformanceWatcher& operator=(const TestSocketPerformanceWatcher&) =
240 ~TestSocketPerformanceWatcher() override = default;
277 return std::make_unique<TestSocketPerformanceWatcher>( in CreateSocketPerformanceWatcher()