Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc30 FileDescriptorWatcher::Controller::~Controller() { in ~Controller()
45 class FileDescriptorWatcher::Controller::Watcher
55 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 …]
Dfile_descriptor_watcher_posix.h34 class BASE_EXPORT FileDescriptorWatcher {
45 friend class FileDescriptorWatcher;
89 FileDescriptorWatcher(MessageLoopForIO* message_loop_for_io);
90 ~FileDescriptorWatcher();
105 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
Dfile_descriptor_watcher_posix_unittest.cc72 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_;
Dfile_path_watcher_unittest.cc209 FileDescriptorWatcher file_descriptor_watcher_;
/external/libchrome/base/test/
Dscoped_task_environment.h21 class FileDescriptorWatcher; variable
159 const std::unique_ptr<FileDescriptorWatcher> file_descriptor_watcher_;
Dscoped_task_environment.cc117 ? std::make_unique<FileDescriptorWatcher>( in ScopedTaskEnvironment()
Dscoped_task_environment_unittest.cc262 auto controller = FileDescriptorWatcher::WatchWritable( in TEST_F()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.h64 std::unique_ptr<base::FileDescriptorWatcher::Controller> alarm_fd_watcher_;
Dalarm_timer_chromeos.cc99 alarm_fd_watcher_ = base::FileDescriptorWatcher::WatchReadable( in Reset()
/external/libchrome/base/threading/
Dthread.cc309 std::unique_ptr<FileDescriptorWatcher> file_descriptor_watcher; in ThreadMain()
311 file_descriptor_watcher.reset(new FileDescriptorWatcher( in ThreadMain()
/external/libchrome/dbus/
Dbus.cc69 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_;