Home
last modified time | relevance | path

Searched refs:HistoryEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h212 struct HistoryEvent { struct
245 LOCAL_API std::string HistoryQueueDump(const HistoryEvent &historyEvent);
268 std::vector<HistoryEvent> historyEvents_;
/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()
96 : EventQueue(ioWaiter), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()
665 std::string EventQueueBase::HistoryQueueDump(const HistoryEvent &historyEvent) in HistoryQueueDump()