• Home
  • Raw
  • Download

Lines Matching refs:HdcServerForClient

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()
192 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
198 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
223 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
251 void HdcServerForClient::OrderConnecTargetResult(uv_timer_t *req) in OrderConnecTargetResult()
254 HdcServerForClient *thisClass = (HdcServerForClient *)hChannel->clsChannel; in OrderConnecTargetResult()
301 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
333 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
346 bool HdcServerForClient::CommandRemoveForward(const string &forwardKey) in CommandRemoveForward()
366 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
386 bool HdcServerForClient::GetAnyTarget(HChannel hChannel) in GetAnyTarget()
405 bool HdcServerForClient::WaitForAny(HChannel hChannel) in WaitForAny()
419 bool HdcServerForClient::RemoveForward(HChannel hChannel, const char *parameterString) in RemoveForward()
447 bool HdcServerForClient::DoCommandLocal(HChannel hChannel, void *formatCommandInput) in DoCommandLocal()
534 bool HdcServerForClient::TaskCommand(HChannel hChannel, void *formatCommandInput) in TaskCommand()
594 void HdcServerForClient::HandleRemote(HChannel hChannel, string &parameters, RemoteType flag) in HandleRemote()
615 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote()
668 bool HdcServerForClient::DoCommand(HChannel hChannel, void *formatCommandInput) in DoCommand()
682 HSession HdcServerForClient::FindAliveSessionFromDaemonMap(const HChannel hChannel) in FindAliveSessionFromDaemonMap()
704 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
726 auto thisClass = (HdcServerForClient *)hChannel->clsChannel; in BindChannelToSession()
737 bool HdcServerForClient::CheckAutoFillTarget(HChannel hChannel) in CheckAutoFillTarget()
755 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
787 void HdcServerForClient::ReportServerVersion(HChannel hChannel) in ReportServerVersion()
796 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
842 HSession HdcServerForClient::FindAliveSession(uint32_t sessionId) in FindAliveSession()
853 bool HdcServerForClient::ChannelSendSessionCtrlMsg(vector<uint8_t> &ctrlMsg, uint32_t sessionId) in ChannelSendSessionCtrlMsg()