Lines Matching refs:reply
114 vector<uint8_t> reply;
115 reply.clear();
116 reply.insert(reply.end(), HANDSHAKE_MESSAGE.c_str(),
118 reply.insert(reply.end(), buf->base, buf->base + nread);
119 HiLog::Info(LABEL, "ProcessIncoming--reply server");
120 uint8_t *buf = reply.data();
123 HiLog::Info(LABEL, "ProcessIncoming reply%{public}d :%{public}c", i, reply[i]);