Searched refs:ExecuteCommand (Results 1 – 14 of 14) sorted by relevance
72 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
89 ExecuteCommand(startFd, ackFd); in CreateChildProcess()133 void TrackedCommand::ExecuteCommand(const int &startFd, const int &ackFd) in ExecuteCommand() function in OHOS::Developtools::HiPerf::TrackedCommand
40 bool ExecuteCommand(const string &command);
140 bool AsyncCmd::ExecuteCommand(const string &command) in ExecuteCommand() function in Hdc::AsyncCmd
64 void ExecuteCommand(const int &startFd, const int &ackFd);
52 int ExecuteCommand(bool out2pipe = true, bool err2pipe = true);
31 int ExecuteCommand(const string &commandIn);
30 void ExecuteCommand(const string &command);
222 client.ExecuteCommand(commands.c_str()); in RunClientMode()429 extClient.ExecuteCommand(str); in RunExternalClient()
64 void ExtClient::ExecuteCommand(const string &command) in ExecuteCommand() function in Hdc::ExtClient
175 int HdcClient::ExecuteCommand(const string &commandIn) in ExecuteCommand() function in Hdc::HdcClient
34 client.ExecuteCommand(cmd); in TestRunClient()
133 asyncCommand.ExecuteCommand(doBuf); in PackageShell()
81 asyncCommand.ExecuteCommand(shellCommand); in ExecuteShell()