Home
last modified time | relevance | path

Searched refs:historyEvents_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp96 : EventQueue(ioWaiter), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()
572 if (historyEvents_[i].senderKernelThreadId == 0) { in Dump()
643 historyEvents_[historyEventIndex_].sendTime = event->GetSendTime(); in PushHistoryQueueBeforeDistribute()
644 historyEvents_[historyEventIndex_].handleTime = event->GetHandleTime(); in PushHistoryQueueBeforeDistribute()
645 historyEvents_[historyEventIndex_].triggerTime = InnerEvent::Clock::now(); in PushHistoryQueueBeforeDistribute()
646 historyEvents_[historyEventIndex_].priority = event->GetEventPriority(); in PushHistoryQueueBeforeDistribute()
647 historyEvents_[historyEventIndex_].completeTime = InnerEvent::TimePoint::max(); in PushHistoryQueueBeforeDistribute()
651 historyEvents_[historyEventIndex_].hasTask = true; in PushHistoryQueueBeforeDistribute()
652 historyEvents_[historyEventIndex_].taskName = event->GetTaskName(); in PushHistoryQueueBeforeDistribute()
654 historyEvents_[historyEventIndex_].innerEventId = event->GetInnerEventIdEx(); in PushHistoryQueueBeforeDistribute()
[all …]
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp92 GetEventsFromFiles(files, historyEvents_); in Init()
93 for (auto& event : historyEvents_) { in Init()
109 events = historyEvents_; in GetEvents()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_smooth_processor.cpp50 auto resampleEvent = GetResampleEvent(historyEvents_, currentEvents, targetTimeStamp); in SmoothMoveEvent()
51 historyEvents_ = currentEvents; in SmoothMoveEvent()
59 historyEvents_.clear(); in ResetParameters()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dos_event_listener.h53 std::vector<std::shared_ptr<AppEventPack>> historyEvents_; variable
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_smooth_processor.h53 std::vector<DragMoveEvent> historyEvents_; variable
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h268 std::vector<HistoryEvent> historyEvents_; variable