Home
last modified time | relevance | path

Searched refs:ioWaiter (Results 1 – 5 of 5) sorted by relevance

/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
Deventqueueinsert_fuzzer.cpp27 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
28 AppExecFwk::EventQueue eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
Deventqueue_fuzzer.cpp43 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
44 AppExecFwk::EventQueue eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
Deventqueueannex_fuzzer.cpp53 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
54 AppExecFwk::EventQueue eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp46 const std::shared_ptr<IoWaiter> &ioWaiter, const T &filter) in RemoveFileDescriptorListenerLocked() argument
48 if (!ioWaiter) { in RemoveFileDescriptorListenerLocked()
53 ioWaiter->RemoveFileDescriptor(it->first); in RemoveFileDescriptorListenerLocked()
87 EventQueue::EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueue() argument
88 : ioWaiter_(ioWaiter ? ioWaiter : std::make_shared<NoneIoWaiter>()) in EventQueue()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h64 explicit EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter);