Home
last modified time | relevance | path

Searched defs:SessionInfo (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/idm_test/
Denroll_specification_check_test.cpp28 extern struct SessionInfo { struct
29 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;
Didm_session_test.cpp25 extern struct SessionInfo { struct
26 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;
Duser_idm_funcs_test.cpp31 extern struct SessionInfo { struct
32 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;
/drivers/peripheral/user_auth/hdi_service/idm/src/
Didm_session.c39 struct SessionInfo { struct
40 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;