• Home
  • Raw
  • Download

Lines Matching defs:hSession

156 void HdcSessionBase::ClearOwnTasks(HSession hSession, const uint32_t channelIDInput)  in ClearOwnTasks()
191 HSession hSession = (HSession)v.second; in ClearSessions() local
231 void HdcSessionBase::EnumUSBDeviceRegister(void (*pCallBack)(HSession hSession)) in EnumUSBDeviceRegister()
373 int HdcSessionBase::MallocSessionByConnectType(HSession hSession) in MallocSessionByConnectType()
431 HSession hSession = new(std::nothrow) HdcSession(); in MallocSession() local
522 void HdcSessionBase::FreeSessionByConnectType(HSession hSession) in FreeSessionByConnectType()
579 HSession hSession = (HSession)handle->data; in FreeSessionFinally() local
609 void HdcSessionBase::FreeSessionContinue(HSession hSession) in FreeSessionContinue()
612 HSession hSession = (HSession)handle->data; in FreeSessionContinue() local
646 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
667 HSession hSession = (HSession)handle->data; in FreeSessionOpeate() local
693 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in FreeSession() local
716 HSession hSession = (HSession)v.second; in PrintSession() local
825 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
862 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol()
910 HSession hSession = AdminSession(OP_QUERY_REF, sessionId, nullptr); in Send() local
976 int HdcSessionBase::DecryptPayload(HSession hSession, PayloadHead *payloadHeadBe, uint8_t *encBuf) in DecryptPayload()
1001 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
1033 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read) in FetchIOBuf()
1081 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read, bool isEncrypt) in FetchIOBuf()
1113 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP() local
1129 bool HdcSessionBase::DispatchSessionThreadCommand(HSession hSession, const uint8_t *baseBuf, in DispatchSessionThreadCommand()
1150 HSession hSession = (HSession)poll->data; in ReadCtrlFromSession() local
1195 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession()
1211 bool HdcSessionBase::WorkThreadStartSession(HSession hSession) in WorkThreadStartSession()
1284 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1300 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand() local
1349 HSession hSession = (HSession)poll->data; in ReadCtrlFromMain() local
1383 void HdcSessionBase::ReChildLoopForSessionClear(HSession hSession) in ReChildLoopForSessionClear()
1389 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear() local
1410 void HdcSessionBase::StopHeartbeatWork(HSession hSession) in StopHeartbeatWork()
1419 HSession hSession = (HSession)handle->data; in SendHeartbeatMsg() local
1440 void HdcSessionBase::StartHeartbeatWork(HSession hSession) in StartHeartbeatWork()
1453 HSession hSession = (HSession)arg->data; in SessionWorkThread() local
1533 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()
1598 void HdcSessionBase::ParsePeerSupportFeatures(HSession &hSession, std::map<std::string, std::string… in ParsePeerSupportFeatures()