Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_descriptor_watcher_posix_unittest.cc119 std::unique_ptr<FileDescriptorWatcher::Controller> WatchWritable() { in WatchWritable() function in base::__anon85baf4d10111::FileDescriptorWatcherTest
121 FileDescriptorWatcher::WatchWritable( in WatchWritable()
170 TEST_P(FileDescriptorWatcherTest, WatchWritable) { in TEST_P() argument
171 auto controller = WatchWritable(); in TEST_P()
Dfile_descriptor_watcher_posix.h101 static std::unique_ptr<Controller> WatchWritable(int fd,
Dfile_descriptor_watcher_posix.cc212 FileDescriptorWatcher::WatchWritable(int fd, const Closure& callback) { in WatchWritable() function in base::FileDescriptorWatcher
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc51 bool WatchWritable() { in WatchWritable() function in brillo::http::curl::Transport::SocketPollData
52 write_watcher_ = base::FileDescriptorWatcher::WatchWritable( in WatchWritable()
411 success = poll_data->WatchWritable() && success; in MultiSocketCallback()
/external/libchrome/base/test/
Dscoped_task_environment_unittest.cc262 auto controller = FileDescriptorWatcher::WatchWritable( in TEST_F()
/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc207 TEST_F(MessageLoopForIoPosixTest, WatchWritable) { in TEST_F() argument
/external/libbrillo/brillo/streams/
Dfile_stream.cc104 write_watcher_ = base::FileDescriptorWatcher::WatchWritable( in WaitForData()
/external/libchrome/dbus/
Dbus.cc75 write_watcher_ = base::FileDescriptorWatcher::WatchWritable( in StartWatching()