Searched refs:EchoClient (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/host/ |
| D | server_for_client.cpp | 163 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient() function in Hdc::HdcServerForClient 226 …EchoClient(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 …]
|
| D | server_for_client.h | 26 void EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...);
|
| D | server.cpp | 565 sfc->EchoClient(hChannel, level, s.c_str()); in FetchCommand()
|