Home
last modified time | relevance | path

Searched refs:MessageLoopCurrentForIO (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_io_posix_unittest.cc138 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
157 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
174 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
187 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
213 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
236 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
265 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
286 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
307 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
329 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StopWatchingAndWatchAgain()
[all …]
H A Dmessage_loop_current.cc182 MessageLoopCurrentForIO MessageLoopCurrentForIO::Get() { in Get()
187 return MessageLoopCurrentForIO( in Get()
192 bool MessageLoopCurrentForIO::IsSet() { in IsSet()
200 HRESULT MessageLoopCurrentForIO::RegisterIOHandler( in RegisterIOHandler()
207 bool MessageLoopCurrentForIO::RegisterJobObject( in RegisterJobObject()
214 bool MessageLoopCurrentForIO::WaitForIOCompletion( in WaitForIOCompletion()
221 bool MessageLoopCurrentForIO::WatchFileDescriptor( in WatchFileDescriptor()
236 bool MessageLoopCurrentForIO::WatchZxHandle( in WatchZxHandle()
H A Dmessage_loop_current.h248 class BASE_EXPORT MessageLoopCurrentForIO : public MessageLoopCurrent {
252 static MessageLoopCurrentForIO Get();
257 MessageLoopCurrentForIO* operator->() { return this; }
288 MessageLoopCurrentForIO(MessageLoop* current, MessagePumpForIO* pump) in MessageLoopCurrentForIO() function
H A Dmessage_loop.h226 friend class MessageLoopCurrentForIO; variable
421 static MessageLoopCurrentForIO current();
H A Dmessage_loop.cc735 MessageLoopCurrentForIO MessageLoopForIO::current() { in current()
736 return MessageLoopCurrentForIO::Get(); in current()
741 return MessageLoopCurrentForIO::IsSet(); in IsCurrent()
H A Dmessage_loop_unittest.cc653 MessageLoopCurrentForIO::Get()->RegisterIOHandler(file_.Get(), this); in Init()
670 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(300, this)); in WaitForIO()
671 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(400, this)); in WaitForIO()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/
Dmessage_loop_current.h251 class BASE_EXPORT MessageLoopCurrentForIO : public MessageLoopCurrent {
255 static MessageLoopCurrentForIO Get();
260 MessageLoopCurrentForIO* operator->() { return this; }
291 MessageLoopCurrentForIO(MessageLoop* current, MessagePumpForIO* pump) in MessageLoopCurrentForIO() function
Dmessage_loop.h229 friend class MessageLoopCurrentForIO; variable
424 static MessageLoopCurrentForIO current();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/message_loop/
Dmessage_loop_current.h251 class BASE_EXPORT MessageLoopCurrentForIO : public MessageLoopCurrent {
255 static MessageLoopCurrentForIO Get();
260 MessageLoopCurrentForIO* operator->() { return this; }
291 MessageLoopCurrentForIO(MessageLoop* current, MessagePumpForIO* pump) in MessageLoopCurrentForIO() function
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_descriptor_watcher_posix.cc107 MessageLoopCurrentForIO::Get()->RemoveDestructionObserver(this); in ~Watcher()
113 if (!MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartWatching()
122 MessageLoopCurrentForIO::Get()->AddDestructionObserver(this); in StartWatching()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/message_loop/
Dmessage_loop.h229 friend class MessageLoopCurrentForIO; variable
424 static MessageLoopCurrentForIO current();
/aosp_15_r20/external/libchrome/mojo/core/
H A Dchannel_posix.cc299 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread()
305 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread()
325 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in WaitForWriteOnIOThreadNoLock()
/aosp_15_r20/external/libchrome/libchrome_tools/patch/
H A Dmessage_loop.patch23 friend class MessageLoopCurrentForIO;