Home
last modified time | relevance | path

Searched defs:ioWaiter (Results 1 – 4 of 4) sorted by relevance

/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
Deventqueueinsert_fuzzer.cpp27 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
Deventqueue_fuzzer.cpp43 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
Deventqueueannex_fuzzer.cpp53 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp46 const std::shared_ptr<IoWaiter> &ioWaiter, const T &filter) in RemoveFileDescriptorListenerLocked()
87 EventQueue::EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueue()