Home
last modified time | relevance | path

Searched refs:GetExecCmd (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h348 void GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut,
351 void GetExecCmd(std::vector<std::string> &cmd,
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp371 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd() function in OHOS::Developtools::HiPerf::HiperfClient::Client
383 void Client::GetExecCmd(std::vector<std::string> &cmd, in GetExecCmd() function in OHOS::Developtools::HiPerf::HiperfClient::Client
432 GetExecCmd(cmd, clientToServerFd[PIPE_READ], serverToClientFd[PIPE_WRITE], args); in Start()
569 GetExecCmd(cmd, args); in RunHiperfCmdSync()