• Home
  • Raw
  • Download

Lines Matching defs:hChannel

97         HChannel hChannel = (HChannel)v.second;  in ClearChannels()  local
118 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
181 HChannel hChannel = (HChannel)req->handle->data; in FileCmdWriteCallback() local
190 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
281 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
311 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
326 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size, const uint16_t… in SendChannel()
361 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
400 auto hChannel = new HdcChannel(); in MallocChannel() local
432 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
462 void HdcChannelBase::FreeChannelContinue(HChannel hChannel) in FreeChannelContinue()
492 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
507 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
531 HChannel hChannel = AdminChannel(OP_QUERY, channelId, nullptr); in FreeChannel() local
585 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient()
612 HChannel hChannel = (HChannel)v.second; in EchoToAllChannelsViaSessionId() local
620 void HdcChannelBase::DispMntnInfo(HChannel hChannel) in DispMntnInfo()