Searched defs:SessionInfo (Results 1 – 4 of 4) sorted by relevance
28 extern struct SessionInfo { struct29 int32_t userId;30 uint32_t authType;31 uint64_t time;32 uint64_t validAuthTokenTime;33 uint8_t challenge[CHALLENGE_LEN];34 uint64_t scheduleId;35 bool isUpdate;36 bool isScheduleValid;
25 extern struct SessionInfo { struct26 int32_t userId;27 uint32_t authType;28 uint64_t time;29 uint64_t validAuthTokenTime;30 uint8_t challenge[CHALLENGE_LEN];31 uint64_t scheduleId;32 bool isUpdate;33 bool isScheduleValid;
31 extern struct SessionInfo { struct32 int32_t userId;33 uint32_t authType;34 uint64_t time;35 uint64_t validAuthTokenTime;36 uint8_t challenge[CHALLENGE_LEN];37 uint64_t scheduleId;38 bool isUpdate;39 bool isScheduleValid;
39 struct SessionInfo { struct40 int32_t userId;41 uint32_t authType;42 uint64_t time;43 uint64_t validAuthTokenTime;44 uint8_t challenge[CHALLENGE_LEN];45 uint64_t scheduleId;46 bool isUpdate;47 bool isScheduleValid;