Home
last modified time | relevance | path

Searched refs:conn_watcher (Results 1 – 2 of 2) 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 …]
/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc201 AsyncFdWatcher conn_watcher; in TEST_F() local
202 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
208 conn_watcher.ConfigureTimeout(std::chrono::seconds(1), []() { in TEST_F()
214 conn_watcher.StopWatchingFileDescriptors(); in TEST_F()
225 AsyncFdWatcher conn_watcher; in TEST_F() local
226 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
232 conn_watcher.ConfigureTimeout(std::chrono::milliseconds(100), in TEST_F()
237 conn_watcher.StopWatchingFileDescriptors(); in TEST_F()
247 AsyncFdWatcher conn_watcher; in TEST_F() local
248 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
[all …]