Searched refs:SendFifoAndWaitReply (Results 1 – 2 of 2) sorted by relevance
1021 ret = SendFifoAndWaitReply(HiperfClient::ReplyStart, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()1023 ret = SendFifoAndWaitReply(HiperfClient::ReplyResume, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()1025 ret = SendFifoAndWaitReply(HiperfClient::ReplyPause, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()1027 ret = SendFifoAndWaitReply(HiperfClient::ReplyStop, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()1032 while (SendFifoAndWaitReply(HiperfClient::ReplyCheck, CONTROL_WAITREPY_TOMEOUT_CHECK)) { in ProcessControl()1101 bool SubCommandRecord::SendFifoAndWaitReply(const std::string &cmd, const std::chrono::milliseconds… in SendFifoAndWaitReply() function in OHOS::Developtools::HiPerf::SubCommandRecord
269 bool SendFifoAndWaitReply(const std::string &cmd, const std::chrono::milliseconds &timeOut);