Lines Matching defs:hChannel
96 HChannel hChannel = (HChannel)v.second; in ClearChannels() local
116 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
174 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
263 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
286 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
299 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
328 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
360 auto hChannel = new HdcChannel(); in MallocChannel() local
387 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
402 void HdcChannelBase::FreeChannelContinue(HChannel hChannel) in FreeChannelContinue()
409 HChannel hChannel = reinterpret_cast<HChannel>(handle->data); in FreeChannelContinue() local
432 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
441 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
462 HChannel hChannel = AdminChannel(OP_QUERY, channelId, nullptr); in FreeChannel() local
515 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient()
541 HChannel hChannel = (HChannel)v.second; in EchoToAllChannelsViaSessionId() local