Searched refs:conn_watcher (Results 1 – 1 of 1) sorted by relevance
203 AsyncFdWatcher conn_watcher; in TEST_F() local204 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()210 conn_watcher.ConfigureTimeout(std::chrono::seconds(1), []() { in TEST_F()216 conn_watcher.StopWatchingFileDescriptors(); in TEST_F()226 AsyncFdWatcher conn_watcher; in TEST_F() local227 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()233 conn_watcher.ConfigureTimeout(std::chrono::milliseconds(100), in TEST_F()238 conn_watcher.StopWatchingFileDescriptors(); in TEST_F()248 AsyncFdWatcher conn_watcher; in TEST_F() local249 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()[all …]