Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp43 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in SmartPerfCommand() local
99 std::string pidStr = sd.GetPidByPkg("SP_daemon"); in HelpCommand() local
/developtools/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.cpp251 std::string pidStr = line.substr(line.find(":") + 1); in IsDebuggerConnected() local
/developtools/profiler/device/base/src/
Dcommon.cpp112 std::string pidStr = std::to_string(getpid()); in IsProcessRunning() local