Lines Matching refs:LABEL
19 static constexpr HiLogLabel LABEL = {LOG_CORE, 0, "JDWP_TEST"}; variable
34 HiLog::Info(LABEL, "FinishWriteCallback:%{public}d error:%{public}s", status, buf); in FinishWriteCallback()
42 HiLog::Info(LABEL, "HdcJdwpSimulator::SendToStream: %{public}s, %{public}d", buf, bufLen); in SendToStream()
45 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream wrong bufLen."); in SendToStream()
50 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream new pDynBuf fail."); in SendToStream()
55 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream memcpy fail."); in SendToStream()
61 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream alloc reqWrite fail."); in SendToStream()
71 HiLog::Info(LABEL, "SendToStream uv_is_unwritable!"); in SendToStream()
76 HiLog::Info(LABEL, "SendToStream buf:%{public}s", pDynBuf); in SendToStream()
98 HiLog::Debug(LABEL, "ProcessIncoming :%{public}d", nread); in ProcessIncoming()
103 HiLog::Error(LABEL, "ProcessIncoming memset_s fail."); in ProcessIncoming()
107 HiLog::Error(LABEL, "ProcessIncoming memcpy_s fail."); in ProcessIncoming()
111 HiLog::Info(LABEL, "ProcessIncoming recv2[%{public}d] :%{public}c", i, recv[i]); in ProcessIncoming()
119 HiLog::Info(LABEL, "ProcessIncoming--reply server"); in ProcessIncoming()
123 HiLog::Info(LABEL, "ProcessIncoming reply%{public}d :%{public}c", i, reply[i]); in ProcessIncoming()
132 HiLog::Debug(LABEL, "ProcessIncoming error %s\n", buffer); in ProcessIncoming()
146 HiLog::Debug(LABEL, "HdcJdwpSimulator::ReceiveNewFd pid: %{public}d, nread: %{public}d\n", in ReceiveNewFd()
153 HiLog::Error(LABEL, "Read error %s\n", buffer); in ReceiveNewFd()
161 HiLog::Error(LABEL, "No pending count\n"); in ReceiveNewFd()
166 HiLog::Debug(LABEL, "None TCP type: %{public}d", pending); in ReceiveNewFd()
173 HiLog::Debug(LABEL, "Jdwp forward pid %{public}d: new fd %{public}d\n", getpid(), fd); in ReceiveNewFd()
188 HiLog::Debug(LABEL, "ConnectJdwp:%{public}d error:%{public}s", status, buf); in ConnectJdwp()
199 HiLog::Error(LABEL, "ConnectJdwp new info fail."); in ConnectJdwp()
204 HiLog::Error(LABEL, "ConnectJdwp memset_s fail."); in ConnectJdwp()
210 HiLog::Info(LABEL, in ConnectJdwp()
216 HiLog::Error(LABEL, "ConnectJdwp memcpy_s fail :%{public}s.", pkgName.c_str()); in ConnectJdwp()
220 HiLog::Info(LABEL, "ConnectJdwp send JS msg:%{public}s", info); in ConnectJdwp()
233 HiLog::Info(LABEL, "ConnectJdwp trans pid fail :%{public}d.", pidCurr); in ConnectJdwp()
236 HiLog::Info(LABEL, "ConnectJdwp send pid:%{public}s", pid); in ConnectJdwp()
240 HiLog::Info(LABEL, "ConnectJdwp reading."); in ConnectJdwp()
260 HiLog::Debug(LABEL, "HdcJdwpSimulator::FreeContext start"); in FreeContext()
273 HiLog::Debug(LABEL, "HdcJdwpSimulator::FreeContext end"); in FreeContext()
282 HiLog::Info(LABEL, "MallocContext failed"); in Connect()
287 HiLog::Info(LABEL, " HdcJdwpSimulator Connect begin"); in Connect()
294 HiLog::Debug(LABEL, "HdcJdwpSimulator::stop."); in stop()