Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp62 auto beginPos = match.str().find('(') + 1; in ExtractProcessId() local
86 auto beginPos = match.str().find('[') + 1; in ExtractCpuId() local
150 auto beginPos = fakeLog.find(match.str()); in ReplaceSchedSwitchLog() local
217 auto beginPos = fakeLog.find(match.str()); in ReplaceTracingMarkLog() local
244 auto beginPos = log.find(index); in FindTid() local
263 auto beginPos = log.find(begin) + begin.length(); in ClassifySchedSwitchLogs() local
276 auto beginPos = log.find(begin) + begin.length(); in ClassifySchedSwitchLogs() local
297 auto beginPos = log.find(begin); in FindFfrtProcessAndClassifyLogs() local
312 auto beginPos = res.find_last_of(begin); in FindFfrtProcessAndClassifyLogs() local
379 auto beginPos = mark.find(beginPprio); in UpdatePrio() local
[all …]
/developtools/profiler/device/cmds/src/
Dparse_plugin_config.cpp54 size_t beginPos = 0; in GetPluginsConfig() local
/developtools/profiler/device/base/src/
Dcommon.cpp397 std::string::size_type beginPos = str.find_first_not_of(sep); in SplitString() local