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()
98 WRITE_LOG(LOG_FATAL, "clsUSBClt Initial failed"); in Initial()
102 WRITE_LOG(LOG_FATAL, "Class init failed"); in Initial()
109 WRITE_LOG(LOG_FATAL, "Class init failed"); in Initial()
113 WRITE_LOG(LOG_FATAL, "clsUARTClt Class init failed."); in Initial()
134 WRITE_LOG(LOG_WARN, "GetShortPath path:[%s] errmsg:%s", path, buffer); in PullupServerWin32()
138 WRITE_LOG(LOG_DEBUG, "server shortpath:[%s] runPath:[%s]", shortPath, runPath.c_str()); in PullupServerWin32()
144 WRITE_LOG(LOG_DEBUG, "Run server in debug-forground, cmd:%s, args:%s", runPath.c_str(), buf); in PullupServerWin32()
153 …WRITE_LOG(LOG_WARN, "CreateProcess failed with cmd:%s, args:%s, Error Code %d", runPath.c_str(), b… in PullupServerWin32()
175 WRITE_LOG(LOG_WARN, "uvexepath ret:%d error:%s", ret, buf); in PullupServer()
319 WRITE_LOG(LOG_FATAL, "AdminDaemonMap new pdiNew failed"); in AdminDaemonMap()
402 WRITE_LOG(LOG_FATAL, "NotifyInstanceSessionFree hdiOld nullptr"); in NotifyInstanceSessionFree()
434 WRITE_LOG(LOG_INFO, "recive get publickey cmd"); in HandServerAuth()
436 WRITE_LOG(LOG_FATAL, "load public key failed"); in HandServerAuth()
444 WRITE_LOG(LOG_INFO, "send pubkey over"); in HandServerAuth()
448 WRITE_LOG(LOG_INFO, "recive auth signture cmd"); in HandServerAuth()
450 WRITE_LOG(LOG_FATAL, "sign failed"); in HandServerAuth()
457 WRITE_LOG(LOG_INFO, "response auth signture success"); in HandServerAuth()
461 WRITE_LOG(LOG_FATAL, "invalid auth type %d", handshake.authType); in HandServerAuth()
473 …WRITE_LOG(LOG_DEBUG, "handshake.banner:%s, payload:%s(%d)", handshake.banner.c_str(), s.c_str(), p… in ServerSessionHandshake()
477 WRITE_LOG(LOG_FATAL, "Handshake failed"); in ServerSessionHandshake()
482 WRITE_LOG(LOG_DEBUG, "Hello failed"); in ServerSessionHandshake()
487 WRITE_LOG(LOG_DEBUG, "Auth failed"); in ServerSessionHandshake()
507 WRITE_LOG(LOG_INFO, "handshake.version = %s", handshake.version.c_str()); in ServerSessionHandshake()
522 WRITE_LOG(LOG_DEBUG, "Session handshake %s connType:%d", ret ? "successful" : "failed", in FetchCommand()
532 WRITE_LOG(LOG_DEBUG, "Die channelId :%lu recv CMD_KERNEL_CHANNEL_CLOSE", channelId); in FetchCommand()
535 WRITE_LOG(LOG_DEBUG, "channelId :%lu die", channelId); in FetchCommand()
542 WRITE_LOG(LOG_FATAL, "FetchCommand channelId:%u isDead", channelId); in FetchCommand()
555 WRITE_LOG(LOG_INFO, "CMD_KERNEL_ECHO size:%d channelId:%u", payloadSize - 1, channelId); in FetchCommand()
559 WRITE_LOG(LOG_DEBUG, "CMD_KERNEL_CHANNEL_CLOSE channelid:%u", channelId); in FetchCommand()
634 WRITE_LOG(LOG_FATAL, "AdminForwardMap new pfiNew failed"); in AdminForwardMap()
705 WRITE_LOG(LOG_DEBUG, "HdcServer::UsbPreConnect"); in UsbPreConnect()
727 WRITE_LOG(LOG_DEBUG, "%s", __FUNCTION__); in UartPreConnect()
734 WRITE_LOG(LOG_DEBUG, "%s failed because max retry limit %d", __FUNCTION__, in UartPreConnect()
743 WRITE_LOG(LOG_DEBUG, "%s query %s", __FUNCTION__, hSession->ToDebugString().c_str()); in UartPreConnect()
746 WRITE_LOG(LOG_DEBUG, "%s not found", __FUNCTION__); in UartPreConnect()
751 WRITE_LOG(LOG_DEBUG, "%s ConnectDaemonByUart done", __FUNCTION__); in UartPreConnect()
765 WRITE_LOG(LOG_FATAL, "CreatConnectUart new waitTimeDoCmd failed"); in CreatConnectUart()
805 WRITE_LOG(LOG_FATAL, "Connected return"); in CreateConnect()
819 WRITE_LOG(LOG_FATAL, "CreateConnect malloc usb session failed %s", connectKey.c_str()); in CreateConnect()
825 WRITE_LOG(LOG_FATAL, "CreateConnect new waitTimeDoCmd failed"); in CreateConnect()
834 WRITE_LOG(LOG_FATAL, "CreateConnect hSession nullptr"); in CreateConnect()
863 …WRITE_LOG(LOG_DEBUG, "Hdcserver AttachChannel uv_tcp_open failed %s, channelid:%d fdChildWorkTCP:%… in AttachChannel()
883 WRITE_LOG(LOG_DEBUG, "Childchannel has already freed, cid:%u", channelId); in DeatchChannel()
894 WRITE_LOG(LOG_DEBUG, "Childchannel free direct, cid:%u", hChannel->channelId); in DeatchChannel()
900 WRITE_LOG(LOG_DEBUG, "Childchannel free callback, cid:%u", hChannel->channelId); in DeatchChannel()
977 WRITE_LOG(LOG_DEBUG, "Server not enable unity/shell"); in RemoveInstanceTask()
1004 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToClientsForSession()