Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp82 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand() function in __anonad5dcbf40111::HiprofilerCmdTest
291 EXPECT_TRUE(RunCommand(cmd, content));
297 EXPECT_TRUE(RunCommand(cmd, content));
304 EXPECT_TRUE(RunCommand(cmd, content));
325 EXPECT_TRUE(RunCommand(cmd, content));
336 EXPECT_TRUE(RunCommand(cmd, content));
346 EXPECT_TRUE(RunCommand(cmd, content));
376 EXPECT_TRUE(RunCommand(cmd, content));
/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.cpp82 bool RunCommand(const std::string& cmd) in RunCommand() function
124 res = RunCommand(cmd); in HiperfPluginSessionStart()
140 RunCommand(cmd); in HiperfPluginSessionStop()
/developtools/hdc/src/host/
Dclient.h61 static void RunCommand(const string& cmd);
Dclient.cpp257 void HdcClient::RunCommand(const string& cmd) in RunCommand() function in Hdc::HdcClient
281 RunCommand(cmd); in RunExecuteCommand()