• Home
  • Raw
  • Download

Lines Matching refs:EchoClient

163 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...)  in EchoClient()  function in Hdc::HdcServerForClient
226EchoClient(hChannel, MSG_INFO, "Please add HDC server's firewall ruler to allow udp incoming, udpp… in OrderFindTargets()
243 EchoClient(hChannel, MSG_INFO, "Broadcast find daemon, total:%d", count); in OrderFindTargets()
275 thisClass->EchoClient(hChannel, MSG_OK, const_cast<char *>(hdi->version.c_str())); in OrderConnecTargetResult()
278 thisClass->EchoClient(hChannel, MSG_OK, const_cast<char *>(sRet.c_str())); in OrderConnecTargetResult()
289 thisClass->EchoClient(hChannel, MSG_FAIL, const_cast<char *>(sRet.c_str())); in OrderConnecTargetResult()
310 EchoClient(hChannel, MSG_INFO, "Target is connected, repeat operation"); in NewConnectTry()
312 EchoClient(hChannel, MSG_FAIL, "CreateConnect failed"); in NewConnectTry()
339 EchoClient(hChannel, MSG_FAIL, "No target available"); in CommandRemoveSession()
379 EchoClient(hChannel, MSG_OK, const_cast<char *>(sRet.c_str())); in GetTargetList()
392 EchoClient(hChannel, MSG_FAIL, "No target available"); in GetAnyTarget()
411 EchoClient(hChannel, MSG_FAIL, "No any connected target"); in WaitForAny()
415 EchoClient(hChannel, MSG_OK, "Wait for connected target is %s", key.c_str()); in WaitForAny()
432 EchoClient(hChannel, MSG_OK, "Remove forward ruler success, ruler:%s", s.c_str()); in RemoveForward()
434EchoClient(hChannel, MSG_FAIL, "Remove forward ruler failed, ruler is not exist %s", s.c_str()); in RemoveForward()
439 EchoClient(hChannel, MSG_OK, "Remove forward ruler success, ruler:%s", parameterString); in RemoveForward()
441EchoClient(hChannel, MSG_FAIL, "Remove forward ruler failed, ruler is not exist %s", parameterStri… in RemoveForward()
513 EchoClient(hChannel, MSG_OK, const_cast<char *>(echo.c_str())); in DoCommandLocal()
527 EchoClient(hChannel, MSG_FAIL, "ExecuteCommand need connect-key?"); in DoCommandLocal()
663 EchoClient(hChannel, MSG_FAIL, "Failed to communicate with daemon"); in DoCommandRemote()
689 EchoClient(hChannel, MSG_FAIL, "Not match target founded, check connect-key please"); in FindAliveSessionFromDaemonMap()
693 EchoClient(hChannel, MSG_FAIL, "Device not founded or connected"); in FindAliveSessionFromDaemonMap()
697 EchoClient(hChannel, MSG_FAIL, "Bind tartget session is dead"); in FindAliveSessionFromDaemonMap()
819 EchoClient(hChannel, MSG_OK, retEcho.c_str()); in ReadChannel()
821 EchoClient(hChannel, MSG_FAIL, retEcho.c_str()); in ReadChannel()