Searched refs:RunCommand (Results 1 – 8 of 8) sorted by relevance
/developtools/profiler/device/cmds/test/unittest/ |
D | hiprofiler_cmd_test.cpp | 89 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand() function in __anonfc538b810111::HiprofilerCmdTest 509 EXPECT_TRUE(RunCommand(cmd, content)); 515 EXPECT_TRUE(RunCommand(cmd, content)); 522 EXPECT_TRUE(RunCommand(cmd, content)); 543 EXPECT_TRUE(RunCommand(cmd, content)); 554 EXPECT_TRUE(RunCommand(cmd, content)); 564 EXPECT_TRUE(RunCommand(cmd, content)); 594 EXPECT_TRUE(RunCommand(cmd, content)); 617 EXPECT_TRUE(RunCommand(cmd, content)); 634 EXPECT_TRUE(RunCommand(cmd, content)); [all …]
|
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/ |
D | ffrt_profiler_test.cpp | 90 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand() function in __anoneb4b840c0111::FfrtPofilerTest 122 EXPECT_TRUE(RunCommand(cmd, ret)); 131 EXPECT_TRUE(RunCommand(cmd, ret));
|
/developtools/profiler/device/plugins/bytrace_plugin/src/ |
D | bytrace_module.cpp | 66 bool RunCommand(const std::string& cmd) in RunCommand() function 110 return RunCommand(beginCmd); in BeginTrace() 125 return RunCommand(finishCmd); in StopTrace()
|
/developtools/profiler/device/plugins/hiperf_plugin/src/ |
D | hiperf_module.cpp | 85 bool RunCommand(const std::string& cmd) in RunCommand() function 136 res = RunCommand(cmd); in HiperfPluginSessionStart() 157 RunCommand(cmd); in HiperfPluginSessionStop()
|
/developtools/hdc/src/host/ |
D | client.h | 61 static void RunCommand(const string& cmd);
|
D | client.cpp | 259 void HdcClient::RunCommand(const string& cmd) in RunCommand() function in Hdc::HdcClient 283 RunCommand(cmd); in RunExecuteCommand()
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
D | memory_data_plugin.h | 462 std::string RunCommand(const std::string& cmd);
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | memory_data_plugin.cpp | 1042 std::string MemoryDataPlugin::RunCommand(const std::string& cmd) in RunCommand() function in MemoryDataPlugin 1168 content = RunCommand("hidumper -s 10 '-a dumpMem'"); in WriteGpuDumpInfo() 1321 content = RunCommand("hidumper -s WindowManagerService -a '-a'"); in WriteManagerServiceInfo()
|