Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc283 AsyncFdWatcher watcher; in TEST_F() local
284 watcher.WatchFdForNonBlockingReads(sockfd[0], [cb1_called_ptr](int fd) { in TEST_F()
292 watcher.WatchFdForNonBlockingReads(sockfd[1], [cb2_called_ptr](int fd) { in TEST_F()
301 watcher.ConfigureTimeout(std::chrono::seconds(3), []() { in TEST_F()
325 watcher.StopWatchingFileDescriptors(); in TEST_F()