Lines Matching defs:hChannel
96 HChannel hChannel = (HChannel)v.second; in ClearChannels() local
117 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
179 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
271 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
296 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
311 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
342 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
381 auto hChannel = new HdcChannel(); in MallocChannel() local
413 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
443 void HdcChannelBase::FreeChannelContinue(HChannel hChannel) in FreeChannelContinue()
473 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
486 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
510 HChannel hChannel = AdminChannel(OP_QUERY, channelId, nullptr); in FreeChannel() local
564 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient()
591 HChannel hChannel = (HChannel)v.second; in EchoToAllChannelsViaSessionId() local