Lines Matching refs:Client
271 Client::Client(const std::string &outputDir) in Client() function in OHOS::Developtools::HiPerf::HiperfClient::Client
278 bool Client::Setup(std::string outputDir) in Setup()
321 Client::~Client() in ~Client()
326 bool Client::IsReady() in IsReady()
331 void Client::SetDebugMode() in SetDebugMode()
336 void Client::SetDebugMuchMode() in SetDebugMuchMode()
341 bool Client::Start() in Start()
351 void Client::PrepareExecCmd(std::vector<std::string> &cmd) in PrepareExecCmd()
371 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd()
383 void Client::GetExecCmd(std::vector<std::string> &cmd, in GetExecCmd()
391 bool Client::Start(const std::vector<std::string> &args) in Start()
451 bool Client::Start(const RecordOption &option) in Start()
463 void Client::ChildRunExecv(std::vector<std::string> &cmd) in ChildRunExecv()
486 bool Client::ParentWait(pid_t &wpid, int &childStatus) in ParentWait()
548 bool Client::RunHiperfCmdSync(const RecordOption &option) in RunHiperfCmdSync()
577 bool Client::WaitCommandReply(std::chrono::milliseconds timeOut) in WaitCommandReply()
615 void Client::KillChild() in KillChild()
629 bool Client::SendCommandAndWait(const std::string &cmd) in SendCommandAndWait()
646 bool Client::Pause() in Pause()
659 bool Client::Resume() in Resume()
672 bool Client::Stop() in Stop()
689 void Client::EnableHilog() in EnableHilog()