Home
last modified time | relevance | path

Searched defs:sessionType (Results 1 – 2 of 2) sorted by relevance

/base/security/deviceauth/services/frameworks/src/session/
Dsession_manager.c53 SessionTypeValue sessionType; member
218 int32_t CreateSession(int64_t requestId, SessionTypeValue sessionType, CJson *params, in CreateSession()
293 int sessionType = ((Session *)(*session))->type; in OnChannelOpened() local
319 int sessionType = ((Session *)(*session))->type; in OnConfirmed() local
/base/security/deviceauth/services/group_manager/src/session/
Dbind_session_common_util.c61 BindSession *CreateBaseBindSession(int32_t sessionType, int32_t opCode, const CJson *params, in CreateBaseBindSession()