Home
last modified time | relevance | path

Searched refs:PushHistoryQueueBeforeDistribute (Results 1 - 5 of 5) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h180 LOCAL_API void PushHistoryQueueBeforeDistribute(const InnerEvent::Pointer &event) override;
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h293 virtual void PushHistoryQueueBeforeDistribute(const InnerEvent::Pointer &event) { (void)event; } in PushHistoryQueueBeforeDistribute() function in OHOS::AppExecFwk::EventQueue
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp418 queue_->PushHistoryQueueBeforeDistribute(event); in ExecuteEventHandler()
H A Devent_queue_base.cpp662 void EventQueueBase::PushHistoryQueueBeforeDistribute(const InnerEvent::Pointer &event) in PushHistoryQueueBeforeDistribute() function in OHOS::AppExecFwk::EventQueueBase
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp768 * @tc.desc: test PushHistoryQueueBeforeDistribute
776 queue.PushHistoryQueueBeforeDistribute(event); in HWTEST_F()

Completed in 8 milliseconds