• Home
  • Raw
  • Download

Lines Matching defs:hChannel

48     HChannel hChannel = nullptr;  in AcceptClient()  local
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()
209 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
256 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
280 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
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 &parameters, 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()
662 HChannel hChannel = (HChannel)handle->data; in BindChannelToSession() local
672 HChannel hChannel = (HChannel)data; in BindChannelToSession() local
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()