• Home
  • Raw
  • Download

Lines Matching defs:hSession

154 void HdcSessionBase::ClearOwnTasks(HSession hSession, const uint32_t channelIDInput)  in ClearOwnTasks()
188 HSession hSession = (HSession)v.second; in ClearSessions() local
228 void HdcSessionBase::EnumUSBDeviceRegister(void (*pCallBack)(HSession hSession)) in EnumUSBDeviceRegister()
367 int HdcSessionBase::MallocSessionByConnectType(HSession hSession) in MallocSessionByConnectType()
424 HSession hSession = new(std::nothrow) HdcSession(); in MallocSession() local
497 void HdcSessionBase::FreeSessionByConnectType(HSession hSession) in FreeSessionByConnectType()
554 HSession hSession = (HSession)handle->data; in FreeSessionFinally() local
574 void HdcSessionBase::FreeSessionContinue(HSession hSession) in FreeSessionContinue()
577 HSession hSession = (HSession)handle->data; in FreeSessionContinue() local
606 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
627 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
652 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in FreeSession() local
781 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
818 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol()
865 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in Send() local
920 int HdcSessionBase::DecryptPayload(HSession hSession, PayloadHead *payloadHeadBe, uint8_t *encBuf) in DecryptPayload()
945 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
977 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf()
1030 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP() local
1046 bool HdcSessionBase::DispatchSessionThreadCommand(HSession hSession, const uint8_t *baseBuf, in DispatchSessionThreadCommand()
1067 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession() local
1093 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession()
1107 bool HdcSessionBase::WorkThreadStartSession(HSession hSession) in WorkThreadStartSession()
1178 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1192 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand() local
1238 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain() local
1271 void HdcSessionBase::ReChildLoopForSessionClear(HSession hSession) in ReChildLoopForSessionClear()
1277 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear() local
1309 HSession hSession = (HSession)arg->data; in SessionWorkThread() local
1382 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()