Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp629 bool Client::SendCommandAndWait(const std::string &cmd) in SendCommandAndWait() function in OHOS::Developtools::HiPerf::HiperfClient::Client
653 if (SendCommandAndWait(ReplyPause)) { in Pause()
666 if (SendCommandAndWait(ReplyResume)) { in Resume()
679 if (SendCommandAndWait(ReplyStop)) { in Stop()
681 while (SendCommandAndWait(ReplyCheck)) { in Stop()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h346 bool SendCommandAndWait(const std::string &cmd);