• Home
  • Raw
  • Download

Lines Matching defs:hSession

155 void HdcSessionBase::ClearOwnTasks(HSession hSession, const uint32_t channelIDInput)  in ClearOwnTasks()
190 HSession hSession = (HSession)v.second; in ClearSessions() local
230 void HdcSessionBase::EnumUSBDeviceRegister(void (*pCallBack)(HSession hSession)) in EnumUSBDeviceRegister()
369 int HdcSessionBase::MallocSessionByConnectType(HSession hSession) in MallocSessionByConnectType()
426 HSession hSession = new(std::nothrow) HdcSession(); in MallocSession() local
509 void HdcSessionBase::FreeSessionByConnectType(HSession hSession) in FreeSessionByConnectType()
566 HSession hSession = (HSession)handle->data; in FreeSessionFinally() local
586 void HdcSessionBase::FreeSessionContinue(HSession hSession) in FreeSessionContinue()
589 HSession hSession = (HSession)handle->data; in FreeSessionContinue() local
621 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
642 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
667 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in FreeSession() local
766 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
803 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol()
851 HSession hSession = AdminSession(OP_QUERY_REF, sessionId, nullptr); in Send() local
911 int HdcSessionBase::DecryptPayload(HSession hSession, PayloadHead *payloadHeadBe, uint8_t *encBuf) in DecryptPayload()
936 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
968 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf()
1022 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP() local
1038 bool HdcSessionBase::DispatchSessionThreadCommand(HSession hSession, const uint8_t *baseBuf, in DispatchSessionThreadCommand()
1059 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession() local
1094 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession()
1110 bool HdcSessionBase::WorkThreadStartSession(HSession hSession) in WorkThreadStartSession()
1181 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1197 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand() local
1243 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain() local
1276 void HdcSessionBase::ReChildLoopForSessionClear(HSession hSession) in ReChildLoopForSessionClear()
1282 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear() local
1303 void HdcSessionBase::StopHeartbeatWork(HSession hSession) in StopHeartbeatWork()
1312 HSession hSession = (HSession)handle->data; in SendHeartbeatMsg() local
1333 void HdcSessionBase::StartHeartbeatWork(HSession hSession) in StartHeartbeatWork()
1346 HSession hSession = (HSession)arg->data; in SessionWorkThread() local
1426 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()
1490 void HdcSessionBase::ParsePeerSupportFeatures(HSession &hSession, std::map<std::string, std::string… in ParsePeerSupportFeatures()