Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp112 EventQueueBase::EventQueueBase() : EventQueue(), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()
118 : EventQueue(ioWaiter), historyEvents_(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER)) in EventQueueBase()
599 if (historyEvents_[i].senderKernelThreadId == 0) { in Dump()
603 dumper.Dump(dumper.GetTag() + " No. " + std::to_string(i) + " : " + HistoryQueueDump(historyEvents_[i])); in Dump()
668 historyEvents_[historyEventIndex_].senderKernelThreadId = event->GetSenderKernelThreadId(); in PushHistoryQueueBeforeDistribute()
669 historyEvents_[historyEventIndex_].sendTime = event->GetSendTime(); in PushHistoryQueueBeforeDistribute()
670 historyEvents_[historyEventIndex_].handleTime = event->GetHandleTime(); in PushHistoryQueueBeforeDistribute()
671 historyEvents_[historyEventIndex_].triggerTime = InnerEvent::Clock::now(); in PushHistoryQueueBeforeDistribute()
672 historyEvents_[historyEventIndex_].priority = event->GetEventPriority(); in PushHistoryQueueBeforeDistribute()
673 historyEvents_[historyEventIndex in PushHistoryQueueBeforeDistribute()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dos_event_listener.h53 std::vector<std::shared_ptr<AppEventPack>> historyEvents_; member in OHOS::HiviewDFX::OsEventListener
/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()
/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()
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_smooth_processor.h53 std::vector<DragMoveEvent> historyEvents_; member in OHOS::Msdp::DeviceStatus::DragSmoothProcessor
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h325 std::vector<HistoryEvent> historyEvents_; member in OHOS::AppExecFwk::EventQueueBase

Completed in 4 milliseconds