Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc203 AsyncFdWatcher conn_watcher; in TEST_F() local
204 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() local
227 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() local
249 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
[all …]