Lines Matching defs:hSession
150 void HdcSessionBase::ClearOwnTasks(HSession hSession, const uint32_t channelIDInput) in ClearOwnTasks()
184 HSession hSession = (HSession)v.second; in ClearSessions() local
224 void HdcSessionBase::EnumUSBDeviceRegister(void (*pCallBack)(HSession hSession)) in EnumUSBDeviceRegister()
363 int HdcSessionBase::MallocSessionByConnectType(HSession hSession) in MallocSessionByConnectType()
420 HSession hSession = new(std::nothrow) HdcSession(); in MallocSession() local
493 void HdcSessionBase::FreeSessionByConnectType(HSession hSession) in FreeSessionByConnectType()
550 HSession hSession = (HSession)handle->data; in FreeSessionFinally() local
570 void HdcSessionBase::FreeSessionContinue(HSession hSession) in FreeSessionContinue()
573 HSession hSession = (HSession)handle->data; in FreeSessionContinue() local
602 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
623 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
648 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in FreeSession() local
777 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
814 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol()
861 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in Send() local
916 int HdcSessionBase::DecryptPayload(HSession hSession, PayloadHead *payloadHeadBe, uint8_t *encBuf) in DecryptPayload()
941 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
973 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf()
1026 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP() local
1042 bool HdcSessionBase::DispatchSessionThreadCommand(HSession hSession, const uint8_t *baseBuf, in DispatchSessionThreadCommand()
1063 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession() local
1089 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession()
1103 bool HdcSessionBase::WorkThreadStartSession(HSession hSession) in WorkThreadStartSession()
1174 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1188 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand() local
1234 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain() local
1267 void HdcSessionBase::ReChildLoopForSessionClear(HSession hSession) in ReChildLoopForSessionClear()
1273 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear() local
1305 HSession hSession = (HSession)arg->data; in SessionWorkThread() local
1377 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()