Lines Matching refs:uint32_t
30 uint32_t sessionId;
49 uint32_t channelId;
54 uint32_t channelId;
55 uint32_t commandFlag;
62 virtual void AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
65 virtual void DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
71 virtual bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
80 …void LogMsg(const uint32_t sessionId, const uint32_t channelId, MessageLevel level, const char *ms…
88 …ocSession(bool serverOrDaemon, const ConnType connType, void *classModule, uint32_t sessionId = 0);
89 virtual void FreeSession(const uint32_t sessionId);
92 …int Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t commandFlag, const uin…
95 virtual HSession AdminSession(const uint8_t op, const uint32_t sessionId, HSession hInput);
97 …virtual void PushAsyncMessage(const uint32_t sessionId, const uint8_t method, const void *data, co…
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…
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()
112 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand()
125 …static vector<uint8_t> BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8_t *data…
139 uint32_t dataSize;
204 uint32_t GetSessionPseudoUid();
206 void DumpTasksInfo(map<uint32_t, HTaskInfo> &mapTask);
208 map<uint32_t, HSession> mapSession;
210 std::atomic<uint32_t> sessionRef = 0;