Home
last modified time | relevance | path

Searched refs:EventQueueBase (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp90 EventQueueBase::EventQueueBase() : EventQueue(), historyEvents_(std::vector<HistoryEvent>(HISTORY_E… in EventQueueBase() function in OHOS::AppExecFwk::EventQueueBase
95 EventQueueBase::EventQueueBase(const std::shared_ptr<IoWaiter> &ioWaiter) in EventQueueBase() function in OHOS::AppExecFwk::EventQueueBase
101 EventQueueBase::~EventQueueBase() in ~EventQueueBase()
147 void EventQueueBase::RemoveOrphan() in RemoveOrphan()
164 void EventQueueBase::RemoveAll() in RemoveAll()
397 InnerEvent::Pointer EventQueueBase::GetEvent() in GetEvent()
478 void EventQueueBase::ClearObserver() in ClearObserver()
561 void EventQueueBase::Dump(Dumper &dumper) in Dump()
614 bool EventQueueBase::IsIdle() in IsIdle()
619 bool EventQueueBase::IsQueueEmpty() in IsQueueEmpty()
[all …]
H A Devent_runner.cpp297 queue_ = std::make_shared<EventQueueBase>(); in EventRunnerImpl()
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
H A Dems_event_queue_system_test.cpp66 std::shared_ptr<EventQueue> queue = std::make_shared<EventQueueBase>();
87 std::shared_ptr<EventQueue> queue = std::make_shared<EventQueueBase>();
103 std::shared_ptr<EventQueue> queue = std::make_shared<EventQueueBase>();
115 std::shared_ptr<EventQueue> queue = std::make_shared<EventQueueBase>();
129 std::shared_ptr<EventQueue> queue = std::make_shared<EventQueueBase>();
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp130 EventQueueBase queue; in DelayTest()
163 EventQueueBase queue; in InsertPriorityTest()
387 EventQueueBase queue;
411 EventQueueBase queue;
435 EventQueueBase queue;
565 EventQueueBase queue;
592 EventQueueBase queue;
634 EventQueueBase queue;
685 EventQueueBase queue;
760 EventQueueBase queue;
[all …]
H A Dlib_event_handler_event_test.cpp465 EventQueueBase queue;
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h49 class EventQueueBase : public EventQueue {
52 EventQueueBase();
53 explicit EventQueueBase(const std::shared_ptr<IoWaiter> &ioWaiter);
54 ~EventQueueBase();
55 DISALLOW_COPY_AND_MOVE(EventQueueBase);
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
H A Deventqueueinsert_fuzzer.cpp29 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
H A Deventqueue_fuzzer.cpp45 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H A Deventqueueannex_fuzzer.cpp55 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI()