Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h180 LOCAL_API void PushHistoryQueueBeforeDistribute(const InnerEvent::Pointer &event) override;
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h293 virtual void PushHistoryQueueBeforeDistribute(const InnerEvent::Pointer &event) { (void)event; } in PushHistoryQueueBeforeDistribute() function
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp418 queue_->PushHistoryQueueBeforeDistribute(event); in ExecuteEventHandler()
H A Devent_queue_base.cpp636 void EventQueueBase::PushHistoryQueueBeforeDistribute(const InnerEvent::Pointer &event) in PushHistoryQueueBeforeDistribute() function in OHOS::AppExecFwk::EventQueueBase
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp775 queue.PushHistoryQueueBeforeDistribute(event);