Searched refs:SessionImpl (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 40 static int32_t StartV1Session(SessionImpl *impl, CJson **sendMsg) in StartV1Session() 74 SessionImpl *impl = (SessionImpl *)self; in DestroySession() 115 static int32_t PackSendMsg(SessionImpl *impl, CJson *sessionMsg, CJson *sendMsg) in PackSendMsg() 132 static int32_t SendJsonMsg(const SessionImpl *impl, const CJson *sendMsg) in SendJsonMsg() 145 static int32_t SendSessionMsg(SessionImpl *impl, CJson *sessionMsg) in SendSessionMsg() 166 static int32_t ProcEventList(SessionImpl *impl) in ProcEventList() 192 static int32_t AddSessionInfo(SessionImpl *impl, CJson *sendMsg) in AddSessionInfo() 201 static int32_t StartV2Session(SessionImpl *impl, CJson *sendMsg) in StartV2Session() 228 static void OnDevSessionError(const SessionImpl *imp [all...] |
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 76 int32_t (*processFunc)(SessionImpl *self, SessionEvent *inputEvent, CJson *sessionMsg, JumpPolicy *policy); 83 int32_t (*cmdGenerator)(SessionImpl *impl); 86 typedef bool (*CmdInterceptor)(SessionImpl *impl, CmdProcessor processor); 110 static int32_t CmdExchangePkGenerator(SessionImpl *impl) in CmdExchangePkGenerator() 150 static int32_t CmdImportAuthCodeGenerator(SessionImpl *impl) in CmdImportAuthCodeGenerator() 178 static int32_t CmdSaveTrustedInfoGenerator(SessionImpl *impl) in CmdSaveTrustedInfoGenerator() 212 static int32_t CmdMkAgreeGenerator(SessionImpl *impl) in CmdMkAgreeGenerator() 241 static bool InterceptNotSupportCmd(SessionImpl *impl, CmdProcessor processor) in InterceptNotSupportCmd() 251 static inline bool HasNextCredInfo(SessionImpl *impl) in HasNextCredInfo() 267 static void ResetSessionState(SessionImpl *imp [all...] |
/base/security/device_auth/services/session_manager/src/session/v2_mock/ |
H A D | dev_session_v2_mock.c | 25 int32_t SessionSwitchState(SessionImpl *impl, SessionEvent *event, CJson *sessionMsg) in SessionSwitchState()
|
/base/security/device_auth/services/session_manager/inc/session/ |
H A D | dev_session_def.h | 53 } SessionImpl; typedef
|
/base/security/device_auth/services/session_manager/inc/session/v2/ |
H A D | dev_session_v2.h | 58 int32_t SessionSwitchState(SessionImpl *impl, SessionEvent *event, CJson *sessionMsg);
|
Completed in 5 milliseconds