Searched refs:ReplyOK (Results 1 – 3 of 3) sorted by relevance
815 size_t size = write(clientPipeOutput_, ReplyOK.c_str(), ReplyOK.size()); in ClientCommandResponse()816 if (size != ReplyOK.size()) { in ClientCommandResponse()819 HLOGD("Server:%s -> %d : %zd %d:%s", ReplyOK.c_str(), clientPipeOutput_, size, errno, in ClientCommandResponse()1058 if (reply == HiperfClient::ReplyOK) { in WaitFifoReply()
32 static const std::string ReplyOK = "OK\n"; variable
608 if (reply == ReplyOK) { in WaitCommandReply()