Lines Matching defs:hChannel
51 HChannel hChannel = nullptr; in AcceptClient() local
167 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient()
190 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
196 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
202 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
231 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
261 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
309 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
344 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
387 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
407 bool HdcServerForClient::GetAnyTarget(HChannel hChannel) in GetAnyTarget()
426 bool HdcServerForClient::WaitForAny(HChannel hChannel) in WaitForAny()
444 bool HdcServerForClient::RemoveForward(HChannel hChannel, const char *parameterString) in RemoveForward()
472 bool HdcServerForClient::DoCommandLocal(HChannel hChannel, void *formatCommandInput) in DoCommandLocal()
558 bool HdcServerForClient::TaskCommand(HChannel hChannel, void *formatCommandInput) in TaskCommand()
617 void HdcServerForClient::HandleRemote(HChannel hChannel, string ¶meters, RemoteType flag) in HandleRemote()
639 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote()
690 bool HdcServerForClient::DoCommand(HChannel hChannel, void *formatCommandInput, HDaemonInfo &hdi) in DoCommand()
712 HSession HdcServerForClient::FindAliveSessionFromDaemonMap(const HChannel hChannel) in FindAliveSessionFromDaemonMap()
742 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
754 HChannel hChannel = (HChannel)handle->data; in BindChannelToSession() local
764 HChannel hChannel = (HChannel)data; in BindChannelToSession() local
777 bool HdcServerForClient::CheckAutoFillTarget(HChannel hChannel) in CheckAutoFillTarget()
805 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
840 void HdcServerForClient::ReportServerVersion(HChannel hChannel) in ReportServerVersion()
849 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()