Home
last modified time | relevance | path

Searched defs:cmdStr (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp211 std::string cmdStr = in CreateCommand() local
254 std::string cmdStr = in CreateHiperfCommand() local
285 std::string cmdStr = in CreateEncoderCommand() local
327 std::string cmdStr = in CreateSplitHtraceCommand() local
365 std::string cmdStr = in CreateSplitNetworkProfilerCommand() local
395 std::string cmdStr = in CreateSplitHiperfCommand() local
424 std::string cmdStr = in CreateSplitHiebpfCommand() local
Dparse_plugin_config_test.cpp32 std::string cmdStr = " request_id: 1" in CreateCommand() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/json_utils_test/
Djson_utils_test.cpp110 std::string cmdStr = std::string("mkdir -p ") + filePath; in CreateFilePath() local
119 std::string cmdStr = std::string("touch ") + filePath; in CreateFile() local
134 std::string cmdStr = std::string("rm -rf ") + filePath; in DeleteFilePath() local
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp76 std::string cmdStr = CMD_COMMAND_MAP.at(CmdCommand::TASKSET); in DeviceServer() local
106 std::string cmdStr = CMD_COMMAND_MAP.at(CmdCommand::TASKSET); in HelpCommand() local
/developtools/smartperf_host/smartperf_device/device_command/cmds/src/
Dsmartperf_command.cpp76 std::string cmdStr = CMD_COMMAND_MAP.at(CmdCommand::TASKSET); in DeviceServer() local
106 std::string cmdStr = CMD_COMMAND_MAP.at(CmdCommand::TASKSET); in HelpCommand() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
Dutils_test.cpp87 std::string cmdStr = std::string("mkdir -p ") + filePath; in CreateFilePath() local
96 std::string cmdStr = std::string("touch ") + filePath; in CreateFile() local
107 std::string cmdStr = std::string("rm -rf ") + filePath; in DeleteFilePath() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/
Dzip_utils_test.cpp96 std::string cmdStr = std::string("mkdir -p ") + filePath; in CreateFilePath() local
105 std::string cmdStr = std::string("touch ") + filePath; in CreateFile() local
116 std::string cmdStr = std::string("rm -rf ") + filePath; in DeleteFilePath() local
/developtools/profiler/device/plugins/network_profiler/test/unittest/
Dnetwork_profiler_test.cpp100 std::string cmdStr = in CreateCommand() local
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
Dffrt_profiler_test.cpp49 std::string cmdStr = in CreateCommand() local
/developtools/hdc/src/host/
Dserver.cpp1353 void HdcServer::PrintCmdLogEx(const string& cmdStr) in PrintCmdLogEx()
/developtools/hdc/src/common/
Dbase.cpp3091 std::string CmdLogStringFormat(uint32_t targetSessionId, const std::string& cmdStr) in CmdLogStringFormat()