Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h38 static const std::string ReplyCheck = "CHECK\n"; variable
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp681 while (SendCommandAndWait(ReplyCheck)) { in Stop()
/developtools/hiperf/src/
Dsubcommand_record.cpp993 } else if (command == ReplyCheck) { in ClientCommandHandle()
1032 while (SendFifoAndWaitReply(HiperfClient::ReplyCheck, CONTROL_WAITREPY_TOMEOUT_CHECK)) { in ProcessControl()