Home
last modified time | relevance | path

Searched refs:task (Results 1 – 25 of 47) sorted by relevance

12

/developtools/profiler/device/base/src/
Dschedule_task_manager.cpp87 auto task = std::make_shared<Task>(); in ScheduleTask() local
89 task->name = name; in ScheduleTask()
90 task->callback = callback; in ScheduleTask()
91 task->initialDelay = initialDelay; in ScheduleTask()
92 task->repeatInterval = NormalizeInterval(repeatInterval); in ScheduleTask()
93 task->nextRunTime = currentTime + initialDelay; in ScheduleTask()
98 taskMap_[name] = task; in ScheduleTask()
99 timeMap_.insert(std::make_pair(task->nextRunTime, task)); in ScheduleTask()
102 DumpTask(task); in ScheduleTask()
134 auto task = timeMap_.begin()->second; in TakeFront() local
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts101 let task: TaskTabStruct = new TaskTabStruct();
102 task.executeId = executeId;
103 task.taskPriority = Priority[priorityId];
104 task.taskST = this.getMsTime(sTime);
105 task.taskET = this.getMsTime(eTime);
106 task.taskRT = this.getMsTime(rTime);
107 this.taskFramesSource = [task];
281 const task = tasks[i]; constant
283 const endTime = task!.startTs + task!.dur;
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dtask.proto20 // category: task
21 // /sys/kernel/debug/tracing/events/task/task_newtask/format
29 // /sys/kernel/debug/tracing/events/task/task_rename/format
Dautogenerated.gni42 "task.proto",
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtask.proto20 // category: task
21 // /sys/kernel/debug/tracing/events/task/task_newtask/format
29 // /sys/kernel/debug/tracing/events/task/task_rename/format
Dautogenerated.gni46 "task.proto",
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtask.proto20 // category: task
21 // /sys/kernel/debug/tracing/events/task/task_newtask/format
29 // /sys/kernel/debug/tracing/events/task/task_rename/format
Dautogenerated.gni46 "task.proto",
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dtask.proto20 // category: task
21 // /sys/kernel/debug/tracing/events/task/task_newtask/format
29 // /sys/kernel/debug/tracing/events/task/task_rename/format
Dautogenerated.gni46 "task.proto",
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dtask.proto20 // category: task
21 // /sys/kernel/debug/tracing/events/task/task_newtask/format
29 // /sys/kernel/debug/tracing/events/task/task_rename/format
Dautogenerated.gni42 "task.proto",
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts128 let task: TaskTabStruct = new TaskTabStruct(); variable
129 task.executeId = executeId;
130 task.taskPriority = Priority[priorityId];
131 task.taskST = this.getMsTime(sTime);
132 task.taskET = this.getMsTime(eTime);
133 task.taskRT = this.getMsTime(rTime);
134 this.taskFramesSource = [task];
135 this.taskFramesGroupSource = [[task]];
/developtools/ace_ets2bundle/compiler/sample/pages/
Dwilldo.ets121 // Add ID for each task
139 Button("Next task")
144 Button("Prev task")
/developtools/profiler/device/base/include/
Dschedule_task_manager.h70 void DumpTask(const SharedTask& task);
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp307 seg.bufLine.task = StrTrim(matcheLine.prefix()); in GetDataSegAttr()
308 if (seg.bufLine.task == "<...>") { in GetDataSegAttr()
309 seg.bufLine.task = ""; in GetDataSegAttr()
/developtools/hdc/src/daemon/
Djdwp.h93 void ProcessListUpdated(HTaskInfo task = nullptr);
/developtools/smartperf_host/trace_streamer/src/parser/
Dcommon_types.h36 std::string task; // thread name member
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dcommon_types.h36 std::string task; // thread name member
/developtools/integration_verification/tools/fotff/
Dfotff.ini48 task = acts key
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp345 seg.bufLine.task = StrTrim(matcheLine.prefix()); in GetDataSegAttr()
346 if (seg.bufLine.task == "<...>") { in GetDataSegAttr()
347 seg.bufLine.task = ""; in GetDataSegAttr()
/developtools/profiler/protos/services/
Dprofiler_service.proto42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dprofiler_service.proto45 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/smartperf_host/ide/src/trace/proto/
Dprofiler_service.proto45 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dprofiler_service.proto42 // keep tracing session alive, call this interface will restart session expire count down task.

12