• Home
  • Raw
  • Download

Lines Matching refs:hSession

62     virtual void AttachChannel(HSession hSession, const uint32_t channelId)  in AttachChannel()  argument
65 virtual void DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel() argument
68 virtual void NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree() argument
71 virtual bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask() argument
91 int OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen);
94 int SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo = false);
96 virtual int FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read);
98 …HTaskInfo AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, HTaskInfo hInpu…
99 …bool DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t…
101 void EnumUSBDeviceRegister(void (*pCallBack)(HSession hSession));
103 using UartKickoutZombie = const std::function<void(HSession hSession)>;
106 void ClearOwnTasks(HSession hSession, const uint32_t channelIDInput);
107 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() argument
191 int DecryptPayload(HSession hSession, PayloadHead *payloadHeadBe, uint8_t *encBuf);
192 bool DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl);
193 bool DispatchSessionThreadCommand(HSession hSession, const uint8_t *baseBuf,
197 void ReChildLoopForSessionClear(HSession hSession);
198 void FreeSessionContinue(HSession hSession);
202 int MallocSessionByConnectType(HSession hSession);
203 void FreeSessionByConnectType(HSession hSession);
204 bool WorkThreadStartSession(HSession hSession);