• Home
  • Raw
  • Download

Lines Matching defs:hSession

139 void HdcSessionBase::ClearOwnTasks(HSession hSession, const uint32_t channelIDInput)  in ClearOwnTasks()
173 HSession hSession = (HSession)v.second; in ClearSessions() local
213 void HdcSessionBase::EnumUSBDeviceRegister(void (*pCallBack)(HSession hSession)) in EnumUSBDeviceRegister()
352 int HdcSessionBase::MallocSessionByConnectType(HSession hSession) in MallocSessionByConnectType()
405 HSession hSession = new(std::nothrow) HdcSession(); in MallocSession() local
474 void HdcSessionBase::FreeSessionByConnectType(HSession hSession) in FreeSessionByConnectType()
531 HSession hSession = (HSession)handle->data; in FreeSessionFinally() local
549 void HdcSessionBase::FreeSessionContinue(HSession hSession) in FreeSessionContinue()
552 HSession hSession = (HSession)handle->data; in FreeSessionContinue() local
578 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
598 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
620 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in FreeSession() local
715 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
756 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo ) in SendByProtocol()
802 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in Send() local
857 int HdcSessionBase::DecryptPayload(HSession hSession, PayloadHead *payloadHeadBe, uint8_t *encBuf) in DecryptPayload()
882 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
914 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf()
965 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP() local
979 bool HdcSessionBase::DispatchSessionThreadCommand(HSession hSession, const uint8_t *baseBuf, in DispatchSessionThreadCommand()
999 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession() local
1025 bool HdcSessionBase::WorkThreadStartSession(HSession hSession) in WorkThreadStartSession()
1102 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1116 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand() local
1161 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain() local
1194 void HdcSessionBase::ReChildLoopForSessionClear(HSession hSession) in ReChildLoopForSessionClear()
1200 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear() local
1231 HSession hSession = (HSession)arg->data; in SessionWorkThread() local
1303 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()