Searched refs:FileDescriptorWatcher (Results 1 – 11 of 11) sorted by relevance
30 FileDescriptorWatcher::Controller::~Controller() { in ~Controller()45 class FileDescriptorWatcher::Controller::Watcher55 friend class FileDescriptorWatcher;93 FileDescriptorWatcher::Controller::Watcher::Watcher( in Watcher()105 FileDescriptorWatcher::Controller::Watcher::~Watcher() { in ~Watcher()110 void FileDescriptorWatcher::Controller::Watcher::StartWatching() { in StartWatching()127 void FileDescriptorWatcher::Controller::Watcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()138 void FileDescriptorWatcher::Controller::Watcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()149 void FileDescriptorWatcher::Controller::Watcher::160 FileDescriptorWatcher::Controller::Controller(MessagePumpForIO::Mode mode, in Controller()[all …]
34 class BASE_EXPORT FileDescriptorWatcher {45 friend class FileDescriptorWatcher;89 FileDescriptorWatcher(MessageLoopForIO* message_loop_for_io);90 ~FileDescriptorWatcher();105 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
72 file_descriptor_watcher_ = std::make_unique<FileDescriptorWatcher>( in SetUp()103 std::unique_ptr<FileDescriptorWatcher::Controller> WatchReadable() { in WatchReadable()104 std::unique_ptr<FileDescriptorWatcher::Controller> controller = in WatchReadable()105 FileDescriptorWatcher::WatchReadable( in WatchReadable()119 std::unique_ptr<FileDescriptorWatcher::Controller> WatchWritable() { in WatchWritable()120 std::unique_ptr<FileDescriptorWatcher::Controller> controller = in WatchWritable()121 FileDescriptorWatcher::WatchWritable( in WatchWritable()156 std::unique_ptr<FileDescriptorWatcher> file_descriptor_watcher_;
209 FileDescriptorWatcher file_descriptor_watcher_;
21 class FileDescriptorWatcher; variable159 const std::unique_ptr<FileDescriptorWatcher> file_descriptor_watcher_;
117 ? std::make_unique<FileDescriptorWatcher>( in ScopedTaskEnvironment()
262 auto controller = FileDescriptorWatcher::WatchWritable( in TEST_F()
64 std::unique_ptr<base::FileDescriptorWatcher::Controller> alarm_fd_watcher_;
99 alarm_fd_watcher_ = base::FileDescriptorWatcher::WatchReadable( in Reset()
309 std::unique_ptr<FileDescriptorWatcher> file_descriptor_watcher; in ThreadMain()311 file_descriptor_watcher.reset(new FileDescriptorWatcher( in ThreadMain()
69 read_watcher_ = base::FileDescriptorWatcher::WatchReadable( in StartWatching()75 write_watcher_ = base::FileDescriptorWatcher::WatchWritable( in StartWatching()94 std::unique_ptr<base::FileDescriptorWatcher::Controller> read_watcher_;95 std::unique_ptr<base::FileDescriptorWatcher::Controller> write_watcher_;