Home
last modified time | relevance | path

Searched refs:EchoClient (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dserver_for_client.cpp163 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()
[all …]
Dserver_for_client.h26 void EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...);
Dserver.cpp565 sfc->EchoClient(hChannel, level, s.c_str()); in FetchCommand()