Searched refs:HdcServerForClient (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/host/ |
| D | server_for_client.cpp | 25 HdcServerForClient::HdcServerForClient(const bool serverOrClient, const string &addrString, void *p… in HdcServerForClient() function in Hdc::HdcServerForClient 32 HdcServerForClient::~HdcServerForClient() in ~HdcServerForClient() 37 void HdcServerForClient::Stop() in Stop() 42 uint16_t HdcServerForClient::GetTCPListenPort() in GetTCPListenPort() 47 void HdcServerForClient::AcceptClient(uv_stream_t *server, int status) in AcceptClient() 50 HdcServerForClient *thisClass = (HdcServerForClient *)pServTCP->data; in AcceptClient() 96 bool HdcServerForClient::SetTCPListen() in SetTCPListen() 144 int HdcServerForClient::Initial() in Initial() 163 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient() 186 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 int rc = (static_cast<HdcServerForClient *>(clsServerForClient))->Initial(); in Initial() 531 HdcServerForClient *sfc = static_cast<HdcServerForClient *>(clsServerForClient); in FetchCommand() 865 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in AttachChannel() 890 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in DeatchChannel() 922 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in ServerCommand() 1017 HdcServerForClient *hSfc = static_cast<HdcServerForClient *>(clsServerForClient); in EchoToClientsForSession()
|