Home
last modified time | relevance | path

Searched refs:RunCommand (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp89 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/
Dffrt_profiler_test.cpp90 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/
Dbytrace_module.cpp66 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/
Dhiperf_module.cpp85 bool RunCommand(const std::string& cmd) in RunCommand() function
136 res = RunCommand(cmd); in HiperfPluginSessionStart()
157 RunCommand(cmd); in HiperfPluginSessionStop()
/developtools/hdc/src/host/
Dclient.h61 static void RunCommand(const string& cmd);
Dclient.cpp259 void HdcClient::RunCommand(const string& cmd) in RunCommand() function in Hdc::HdcClient
283 RunCommand(cmd); in RunExecuteCommand()
/developtools/profiler/device/plugins/memory_plugin/include/
Dmemory_data_plugin.h462 std::string RunCommand(const std::string& cmd);
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp1042 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()