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