Searched refs:TestSocketPerformanceWatcher (Results 1 – 3 of 3) sorted by relevance
305 class TestSocketPerformanceWatcher : public SocketPerformanceWatcher { class307 TestSocketPerformanceWatcher() = default;309 TestSocketPerformanceWatcher(const TestSocketPerformanceWatcher&) = delete;310 TestSocketPerformanceWatcher& operator=(const TestSocketPerformanceWatcher&) =313 ~TestSocketPerformanceWatcher() override = default;330 #define MAYBE_TestSocketPerformanceWatcher TestSocketPerformanceWatcher332 #define MAYBE_TestSocketPerformanceWatcher TestSocketPerformanceWatcher342 auto watcher = std::make_unique<TestSocketPerformanceWatcher>(); in TEST_F()343 TestSocketPerformanceWatcher* watcher_ptr = watcher.get(); in TEST_F()
77 class TestSocketPerformanceWatcher : public SocketPerformanceWatcher { class79 explicit TestSocketPerformanceWatcher(bool should_notify_updated_rtt) in TestSocketPerformanceWatcher() function in net::__anon05aebff10111::TestSocketPerformanceWatcher82 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()
229 class TestSocketPerformanceWatcher : public SocketPerformanceWatcher { class231 TestSocketPerformanceWatcher(bool* should_notify_updated_rtt, in TestSocketPerformanceWatcher() function in net::test::TestSocketPerformanceWatcher236 TestSocketPerformanceWatcher(const TestSocketPerformanceWatcher&) = delete;237 TestSocketPerformanceWatcher& operator=(const TestSocketPerformanceWatcher&) =240 ~TestSocketPerformanceWatcher() override = default;277 return std::make_unique<TestSocketPerformanceWatcher>( in CreateSocketPerformanceWatcher()