Lines Matching refs:HdcServerForClient
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()
148 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
154 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
179 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
207 void HdcServerForClient::OrderConnecTargetResult(uv_timer_t *req) in OrderConnecTargetResult()
210 HdcServerForClient *thisClass = (HdcServerForClient *)hChannel->clsChannel; in OrderConnecTargetResult()
256 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
280 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
293 bool HdcServerForClient::CommandRemoveForward(const string &forwardKey) in CommandRemoveForward()
313 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
333 bool HdcServerForClient::GetAnyTarget(HChannel hChannel) in GetAnyTarget()
352 bool HdcServerForClient::WaitForAny(HChannel hChannel) in WaitForAny()
366 bool HdcServerForClient::RemoveForward(HChannel hChannel, const char *parameterString) in RemoveForward()
394 bool HdcServerForClient::DoCommandLocal(HChannel hChannel, void *formatCommandInput) in DoCommandLocal()
481 bool HdcServerForClient::TaskCommand(HChannel hChannel, void *formatCommandInput) in TaskCommand()
541 void HdcServerForClient::HandleRemote(HChannel hChannel, string ¶meters, RemoteType flag) in HandleRemote()
562 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote()
615 bool HdcServerForClient::DoCommand(HChannel hChannel, void *formatCommandInput) in DoCommand()
629 HSession HdcServerForClient::FindAliveSessionFromDaemonMap(const HChannel hChannel) in FindAliveSessionFromDaemonMap()
651 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
673 auto thisClass = (HdcServerForClient *)hChannel->clsChannel; in BindChannelToSession()
684 bool HdcServerForClient::CheckAutoFillTarget(HChannel hChannel) in CheckAutoFillTarget()
702 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
734 void HdcServerForClient::ReportServerVersion(HChannel hChannel) in ReportServerVersion()
743 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
788 HSession HdcServerForClient::FindAliveSession(uint32_t sessionId) in FindAliveSession()
799 bool HdcServerForClient::ChannelSendSessionCtrlMsg(vector<uint8_t> &ctrlMsg, uint32_t sessionId) in ChannelSendSessionCtrlMsg()