Searched refs:ReplyPause (Results 1 – 3 of 3) sorted by relevance
36 static const std::string ReplyPause = "PAUSE\n"; variable
653 if (SendCommandAndWait(ReplyPause)) { in Pause()
997 } else if (command == ReplyPause) { in ClientCommandHandle()1025 ret = SendFifoAndWaitReply(HiperfClient::ReplyPause, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()