Home
last modified time | relevance | path

Searched refs:ioWaiter (Results 1 - 9 of 9) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue.cpp43 EventQueue::EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueue() argument
44 : ioWaiter_(ioWaiter ? ioWaiter : std::make_shared<NoneIoWaiter>()) in EventQueue()
H A Devent_queue_ffrt.cpp71 const std::shared_ptr<IoWaiter>& ioWaiter, const T &filter, bool useDeamonIoWaiter_) in RemoveFileDescriptorListenerLocked()
99 EventQueueFFRT::EventQueueFFRT(const std::shared_ptr<IoWaiter> &ioWaiter): EventQueue(ioWaiter) in EventQueueFFRT() argument
70 RemoveFileDescriptorListenerLocked(std::map<int32_t, std::shared_ptr<FileDescriptorListener>> &listeners, const std::shared_ptr<IoWaiter>& ioWaiter, const T &filter, bool useDeamonIoWaiter_) RemoveFileDescriptorListenerLocked() argument
H A Devent_queue_base.cpp94 const std::shared_ptr<IoWaiter>& ioWaiter, const T &filter, bool useDeamonIoWaiter_) in RemoveFileDescriptorListenerLocked()
96 if (!ioWaiter) { in RemoveFileDescriptorListenerLocked()
102 ioWaiter->RemoveFileDescriptor(it->first); in RemoveFileDescriptorListenerLocked()
117 EventQueueBase::EventQueueBase(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueueBase() argument
118 : EventQueue(ioWaiter), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()
93 RemoveFileDescriptorListenerLocked(std::map<int32_t, std::shared_ptr<FileDescriptorListener>> &listeners, const std::shared_ptr<IoWaiter>& ioWaiter, const T &filter, bool useDeamonIoWaiter_) RemoveFileDescriptorListenerLocked() argument
/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()
/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()
/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()
/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);
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h123 explicit EventQueue(const std::shared_ptr<IoWaiter> &ioWaiter);

Completed in 6 milliseconds