Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h35 static const std::string ReplyStop = "STOP\n"; variable
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp679 if (SendCommandAndWait(ReplyStop)) { in Stop()
/developtools/hiperf/src/
Dsubcommand_record.cpp995 } else if (command == ReplyStop) { in ClientCommandHandle()
1027 ret = SendFifoAndWaitReply(HiperfClient::ReplyStop, CONTROL_WAITREPY_TOMEOUT); in ProcessControl()