Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_adapter_queue.h23 struct HistoryTask { struct
32 HistoryTask() in HistoryTask() argument
37 HistoryTask(uint64_t beginTime, QueueTask* task) in HistoryTask() function
85 HistoryTask currentRunningTask_;
86 std::vector<HistoryTask> historyTasks_;
H A Deventhandler_adapter_queue.cpp26 void DumpRunningTaskInfo(const char* tag, const ffrt::HistoryTask& currentRunningTask, std::ostring… in DumpRunningTaskInfo()
42 void DumpHistoryTaskInfo(const char* tag, const std::vector<ffrt::HistoryTask>& historyTasks, std::… in DumpHistoryTaskInfo()
109 historyTasks_ = std::vector<HistoryTask>(HISTORY_TASK_NUM_POWER); in EventHandlerAdapterQueue()
198 currentRunningTask_ = HistoryTask(GetNow(), task); in SetCurrentRunningTask()
203 HistoryTask historyTask; in PushHistoryTask()