Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_smooth_processor.cpp63 std::optional<DragMoveEvent> DragSmoothProcessor::GetResampleEvent(const std::vector<DragMoveEvent>& history, in GetResampleEvent() argument
66 auto event = Resample(history, current, nanoTimestamp); in GetResampleEvent()
95 std::optional<DragMoveEvent> DragSmoothProcessor::Resample(const std::vector<DragMoveEvent>& history, in Resample() argument
98 if (history.empty() || current.empty()) { in Resample()
99 FI_HILOGW("history or current is empty, history size:%{public}zu, current size:%{public}zu," in Resample()
100 "nanoTimestamp:%{public}" PRId64, history.size(), current.size(), nanoTimestamp); in Resample()
115 auto historyAvgEvent = GetAvgCoordinate(history); in Resample()
117 DumpMoveEvent(history, current, historyAvgEvent, currentAvgEvent, latestEvent); in Resample()
154 void DragSmoothProcessor::DumpMoveEvent(const std::vector<DragMoveEvent>& history, in DumpMoveEvent() argument
[all...]
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp95 for (auto history : typeHistoryMap_) { in SetHistoryTypeTempMap()
96 const auto& item = history.second; in SetHistoryTypeTempMap()
105 sensorsRateMap_.insert(std::make_pair(history.first, rate)); in SetHistoryTypeTempMap()
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_smooth_processor.h43 std::optional<DragMoveEvent> Resample(const std::vector<DragMoveEvent>& history,
45 void DumpMoveEvent(const std::vector<DragMoveEvent>& history,
50 std::optional<DragMoveEvent> GetResampleEvent(const std::vector<DragMoveEvent>& history,
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp121 cmdArg.history = true; in InitOptHandlers()
176 if (!clientCmdArg.real && !clientCmdArg.history) { in CheckCmdLine()
180 if (clientCmdArg.real && clientCmdArg.history) { in CheckCmdLine()
181 cout << "canot read both read && history hisysevent" << endl; in CheckCmdLine()
190 if (clientCmdArg.history) { in CheckCmdLine()
234 << ", get history hisysevent log with time stamps, end time should not be " in DoCmdHelp()
237 << ", get history hisysevent log with formatted time string, end time should not be " in DoCmdHelp()
240 << ", get history hisysevent log with domain and event name." << endl; in DoCmdHelp()
242 << ", get history hisysevent log with event type." << endl; in DoCmdHelp()
271 if (clientCmdArg.history) { in DoAction()
[all...]
/base/hiviewdfx/hisysevent/frameworks/native/include/
H A Dhisysevent_tool.h35 bool history; member
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1438 std::vector<std::string> history {"uihistory3", "uihistory2", "uihistory1"}; in HWTEST_F()
1439 req.SetNotificationUserInputHistory(history); in HWTEST_F()

Completed in 5 milliseconds