Home
last modified time | relevance | path

Searched defs:taskId (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp105 auto taskId = GetTaskId(pid, gid); in MakeBeginFakeLog() local
126 auto taskId = GetTaskId(pid, gid); in MakeEndFakeLog() local
147 auto taskId = GetTaskId(pid, gid); in ReplaceSchedSwitchLog() local
185 auto taskId = GetTaskId(pid, gid); in ReplaceSchedWakeLog() local
201 auto taskId = GetTaskId(pid, gid); in ReplaceSchedBlockLog() local
215 auto taskId = GetTaskId(pid, gid); in ReplaceTracingMarkLog() local
/developtools/bytrace/interfaces/kits/js/napi/
Dbytrace_napi_common.cpp161 int taskId = 0; in JSTraceStart() local
187 int taskId = 0; in JSTraceFinish() local
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts170 let taskId = resultSet.getString(resultSet.getColumnIndex("taskId")) variable