Searched refs:HdcServerForClient (Results 1 – 3 of 3) sorted by relevance
/developtools/hdc/src/host/ |
D | server_for_client.cpp | 22 HdcServerForClient::HdcServerForClient(const bool serverOrClient, const string &addrString, void *p… in HdcServerForClient() function in Hdc::HdcServerForClient 29 HdcServerForClient::~HdcServerForClient() in ~HdcServerForClient() 34 void HdcServerForClient::Stop() in Stop() 39 uint16_t HdcServerForClient::GetTCPListenPort() in GetTCPListenPort() 44 void HdcServerForClient::AcceptClient(uv_stream_t *server, int status) in AcceptClient() 47 HdcServerForClient *thisClass = (HdcServerForClient *)pServTCP->data; in AcceptClient() 93 void HdcServerForClient::SetTCPListen() in SetTCPListen() 105 int HdcServerForClient::Initial() in Initial() 119 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient() 142 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw() [all …]
|
D | server_for_client.h | 21 class HdcServerForClient : public HdcChannelBase { 23 …HdcServerForClient(const bool serverOrClient, const string &addrString, void *pClsServer, uv_loop_… 24 virtual ~HdcServerForClient();
|
D | server.cpp | 56 delete (static_cast<HdcServerForClient *>(clsServerForClient)); in ClearInstanceResource() 75 ((HdcServerForClient *)clsServerForClient)->Stop(); in TryStopInstance() 88 clsServerForClient = new HdcServerForClient(true, listenString, this, &loopMain); in Initial() 89 (static_cast<HdcServerForClient *>(clsServerForClient))->Initial(); in Initial() 527 HdcServerForClient *sfc = static_cast<HdcServerForClient *>(clsServerForClient); in FetchCommand() 857 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in AttachChannel() 882 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in DeatchChannel() 914 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in ServerCommand() 1009 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in EchoToClientsForSession()
|