Lines Matching refs:WRITE_LOG
35 WRITE_LOG(LOG_DEBUG, "~HdcServer"); in ~HdcServer()
84 WRITE_LOG(LOG_FATAL, "Other instance already running, program mutex failed"); in Initial()
91 WRITE_LOG(LOG_FATAL, "clsServerForClient Initial failed"); in Initial()
101 WRITE_LOG(LOG_FATAL, "Class init failed"); in Initial()
108 WRITE_LOG(LOG_FATAL, "Class init failed"); in Initial()
112 WRITE_LOG(LOG_FATAL, "clsUARTClt Class init failed."); in Initial()
133 WRITE_LOG(LOG_WARN, "GetShortPath path:[%s] errmsg:%s", path, buffer); in PullupServerWin32()
137 WRITE_LOG(LOG_DEBUG, "server shortpath:[%s] runPath:[%s]", shortPath, runPath.c_str()); in PullupServerWin32()
143 WRITE_LOG(LOG_DEBUG, "Run server in debug-forground, cmd:%s, args:%s", runPath.c_str(), buf); in PullupServerWin32()
152 …WRITE_LOG(LOG_WARN, "CreateProcess failed with cmd:%s, args:%s, Error Code %d", runPath.c_str(), b… in PullupServerWin32()
174 WRITE_LOG(LOG_WARN, "uvexepath ret:%d error:%s", ret, buf); in PullupServer()
318 WRITE_LOG(LOG_FATAL, "AdminDaemonMap new pdiNew failed"); in AdminDaemonMap()
485 …WRITE_LOG(LOG_DEBUG, "handshake.banner:%s, payload:%s(%d)", handshake.banner.c_str(), s.c_str(), p… in ServerSessionHandshake()
489 WRITE_LOG(LOG_FATAL, "Handshake failed"); in ServerSessionHandshake()
494 WRITE_LOG(LOG_DEBUG, "Hello failed"); in ServerSessionHandshake()
499 WRITE_LOG(LOG_DEBUG, "Auth failed"); in ServerSessionHandshake()
519 WRITE_LOG(LOG_INFO, "handshake.version = %s", handshake.version.c_str()); in ServerSessionHandshake()
534 WRITE_LOG(LOG_DEBUG, "Session handshake %s connType:%d", ret ? "successful" : "failed", in FetchCommand()
544 WRITE_LOG(LOG_DEBUG, "Die channelId :%lu recv CMD_KERNEL_CHANNEL_CLOSE", channelId); in FetchCommand()
547 WRITE_LOG(LOG_DEBUG, "channelId :%lu die", channelId); in FetchCommand()
566 WRITE_LOG(LOG_INFO, "CMD_KERNEL_ECHO size:%d channelId:%u", payloadSize - 1, channelId); in FetchCommand()
570 WRITE_LOG(LOG_DEBUG, "CMD_KERNEL_CHANNEL_CLOSE channelid:%u", channelId); in FetchCommand()
609 WRITE_LOG(LOG_DEBUG, "command passthrough to client command:%u channelId:%u", in FetchCommand()
648 WRITE_LOG(LOG_FATAL, "AdminForwardMap new pfiNew failed"); in AdminForwardMap()
720 WRITE_LOG(LOG_DEBUG, "HdcServer::UsbPreConnect"); in UsbPreConnect()
747 WRITE_LOG(LOG_DEBUG, "%s", __FUNCTION__); in UartPreConnect()
754 WRITE_LOG(LOG_DEBUG, "%s failed because max retry limit %d", __FUNCTION__, in UartPreConnect()
763 WRITE_LOG(LOG_DEBUG, "%s query %s", __FUNCTION__, hSession->ToDebugString().c_str()); in UartPreConnect()
766 WRITE_LOG(LOG_DEBUG, "%s not found", __FUNCTION__); in UartPreConnect()
771 WRITE_LOG(LOG_DEBUG, "%s ConnectDaemonByUart done", __FUNCTION__); in UartPreConnect()
785 WRITE_LOG(LOG_FATAL, "CreatConnectUart new waitTimeDoCmd failed"); in CreatConnectUart()
825 WRITE_LOG(LOG_FATAL, "Connected return"); in CreateConnect()
841 WRITE_LOG(LOG_FATAL, "CreateConnect new waitTimeDoCmd failed"); in CreateConnect()
877 …WRITE_LOG(LOG_DEBUG, "Hdcserver AttachChannel uv_tcp_open failed %s, channelid:%d fdChildWorkTCP:%… in AttachChannel()
897 WRITE_LOG(LOG_DEBUG, "Childchannel has already freed, cid:%u", channelId); in DeatchChannel()
908 WRITE_LOG(LOG_DEBUG, "Childchannel free direct, cid:%u", hChannel->channelId); in DeatchChannel()
914 WRITE_LOG(LOG_DEBUG, "Childchannel free callback, cid:%u", hChannel->channelId); in DeatchChannel()
991 WRITE_LOG(LOG_DEBUG, "Server not enable unity/shell"); in RemoveInstanceTask()
1018 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToClientsForSession()