Home
last modified time | relevance | path

Searched refs:ReplyPause (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h36 static const std::string ReplyPause = "PAUSE\n"; variable
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp653 if (SendCommandAndWait(ReplyPause)) { in Pause()
/developtools/hiperf/src/
Dsubcommand_record.cpp997 } else if (command == ReplyPause) { in ClientCommandHandle()
1025 ret = SendFifoAndWaitReply(HiperfClient::ReplyPause, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()