Home
last modified time | relevance | path

Searched defs:pidStr (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp75 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in DeviceServer() local
105 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in HelpCommand() local
/developtools/smartperf_host/smartperf_device/device_command/cmds/src/
Dsmartperf_command.cpp75 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in DeviceServer() local
105 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in HelpCommand() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/
Dptreader_hilog_parser.cpp100 std::string pidStr = matcheLine[HILOG_MATCH_SEQ_PID].str(); in ParseHilogDataItem() local
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp305 std::string pidStr = line.substr(line.find(":") + 1); in IsDebuggerConnected() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp519 auto pidStr = line.substr(0, pos); in ParseSavedCmdlines() local
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
Dffrt_profiler_test.cpp326 std::string pidStr; variable
/developtools/profiler/device/base/src/
Dcommon.cpp123 std::string pidStr = std::to_string(getpid()); in IsProcessRunning() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp660 static std::string pidStr = "pid="; in FindFfrtProcClassifyLogs() local
886 std::string pidStr = log.substr(fPos + fStr.size(), hPos - (fPos + fStr.size())); in HandleQueTaskInfoOut() local