Searched refs:WatchReadable (Results 1 – 6 of 6) sorted by relevance
103 std::unique_ptr<FileDescriptorWatcher::Controller> WatchReadable() { in WatchReadable() function in base::__anon85baf4d10111::FileDescriptorWatcherTest105 FileDescriptorWatcher::WatchReadable( in WatchReadable()181 auto controller = WatchReadable(); in TEST_P()200 auto controller = WatchReadable(); in TEST_P()221 auto controller = WatchReadable(); in TEST_P()245 auto controller = WatchReadable(); in TEST_P()266 auto controller = WatchReadable(); in TEST_P()279 auto controller = WatchReadable(); in TEST_P()292 auto controller = WatchReadable(); in TEST_P()
99 static std::unique_ptr<Controller> WatchReadable(int fd,
207 FileDescriptorWatcher::WatchReadable(int fd, const Closure& callback) { in WatchReadable() function in base::FileDescriptorWatcher
99 alarm_fd_watcher_ = base::FileDescriptorWatcher::WatchReadable( in Reset()
181 TEST_F(MessageLoopForIoPosixTest, WatchReadable) { in TEST_F() argument
69 read_watcher_ = base::FileDescriptorWatcher::WatchReadable( in StartWatching()