Searched refs:SendFifoAndWaitReply (Results 1 – 2 of 2) sorted by relevance
923 ret = SendFifoAndWaitReply(HiperfClient::ReplyStart, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()925 ret = SendFifoAndWaitReply(HiperfClient::ReplyResume, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()927 ret = SendFifoAndWaitReply(HiperfClient::ReplyPause, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()929 ret = SendFifoAndWaitReply(HiperfClient::ReplyStop, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()934 while (SendFifoAndWaitReply(HiperfClient::ReplyCheck, CONTROL_WAITREPY_TOMEOUT_CHECK)) { in ProcessControl()1003 bool SubCommandRecord::SendFifoAndWaitReply(const std::string &cmd, const std::chrono::milliseconds… in SendFifoAndWaitReply() function in OHOS::Developtools::HiPerf::SubCommandRecord
246 bool SendFifoAndWaitReply(const std::string &cmd, const std::chrono::milliseconds &timeOut);