Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue.cpp39 const std::shared_ptr<IoWaiter>& ioWaiter, const T &filter, bool useDeamonIoWaiter_) in RemoveFileDescriptorListenerLocked() argument
41 if (!useDeamonIoWaiter_ && !ioWaiter) { in RemoveFileDescriptorListenerLocked()
50 ioWaiter->RemoveFileDescriptor(it->first); in RemoveFileDescriptorListenerLocked()
66 EventQueue::EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueue() argument
67 : ioWaiter_(ioWaiter ? ioWaiter : std::make_shared<NoneIoWaiter>()) in EventQueue()
H A Devent_queue_ffrt.cpp79 EventQueueFFRT::EventQueueFFRT(const std::shared_ptr<IoWaiter> &ioWaiter): EventQueue(ioWaiter) in EventQueueFFRT() argument
H A Devent_queue_base.cpp95 EventQueueBase::EventQueueBase(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueueBase() argument
96 : EventQueue(ioWaiter), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
H A Deventqueueinsert_fuzzer.cpp28 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
29 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
H A Deventqueue_fuzzer.cpp44 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
45 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H A Deventqueueannex_fuzzer.cpp54 std::shared_ptr<AppExecFwk::IoWaiter> ioWaiter = nullptr; in DoSomethingInterestingWithMyAPI() local
55 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A 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()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h32 explicit EventQueueFFRT(const std::shared_ptr<IoWaiter> &ioWaiter);
H A Devent_queue_base.h53 explicit EventQueueBase(const std::shared_ptr<IoWaiter> &ioWaiter);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_queue.h52 explicit EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter);
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h123 explicit EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter);