Home
last modified time | relevance | path

Searched refs:ExecuteCommand (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dtrace_ops.cpp72 int retval = ExecuteCommand(true, true); in ListCategories()
130 int retval = ExecuteCommand(); in EnableCategories()
141 int retval = ExecuteCommand(); in DisableCategories()
149 int TraceOps::ExecuteCommand(bool out2pipe, bool err2pipe) in ExecuteCommand() function in TraceOps
/developtools/hiperf/src/
Dtracked_command.cpp89 ExecuteCommand(startFd, ackFd); in CreateChildProcess()
133 void TrackedCommand::ExecuteCommand(const int &startFd, const int &ackFd) in ExecuteCommand() function in OHOS::Developtools::HiPerf::TrackedCommand
/developtools/hdc/src/common/
Dasync_cmd.h40 bool ExecuteCommand(const string &command);
Dasync_cmd.cpp140 bool AsyncCmd::ExecuteCommand(const string &command) in ExecuteCommand() function in Hdc::AsyncCmd
/developtools/hiperf/include/
Dtracked_command.h64 void ExecuteCommand(const int &startFd, const int &ackFd);
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dtrace_ops.h52 int ExecuteCommand(bool out2pipe = true, bool err2pipe = true);
/developtools/hdc/src/host/
Dclient.h31 int ExecuteCommand(const string &commandIn);
Dext_client.h30 void ExecuteCommand(const string &command);
Dmain.cpp222 client.ExecuteCommand(commands.c_str()); in RunClientMode()
429 extClient.ExecuteCommand(str); in RunExternalClient()
Dext_client.cpp64 void ExtClient::ExecuteCommand(const string &command) in ExecuteCommand() function in Hdc::ExtClient
Dclient.cpp175 int HdcClient::ExecuteCommand(const string &commandIn) in ExecuteCommand() function in Hdc::HdcClient
/developtools/hdc/src/test/
Dut_command.cpp34 client.ExecuteCommand(cmd); in TestRunClient()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp133 asyncCommand.ExecuteCommand(doBuf); in PackageShell()
Ddaemon_unity.cpp81 asyncCommand.ExecuteCommand(shellCommand); in ExecuteShell()