Home
last modified time | relevance | path

Searched refs:GetSystemTime (Results 1 - 17 of 17) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp108 userAuthTokenCached.tokenDataPlain.time = GetSystemTime() + 600; in HWTEST_F()
119 userAuthTokenCached.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
145 userAuthTokenCached.tokenDataPlain.time = GetSystemTime() + 300; in HWTEST_F()
159 userAuthTokenCached.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
164 userAuthTokenCached.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
H A Duser_sign_centre_test.cpp70 token.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
96 .time = GetSystemTime(), in HWTEST_F()
150 userAuthToken.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_time.h25 uint64_t GetSystemTime(void);
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dadaptor_time.h25 uint64_t GetSystemTime(void);
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_time.c35 uint64_t GetSystemTime(void) in GetSystemTime() function
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_time_test.cpp46 * @tc.desc: verify GetRtcTime and GetSystemTime
54 result = GetSystemTime(); in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_time_test.cpp44 * @tc.desc: verify GetRtcTime and GetSystemTime
52 result = GetSystemTime(); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_time.c36 uint64_t GetSystemTime(void) in GetSystemTime() function
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c114 g_session->time = GetSystemTime(); in OpenEditSession()
133 g_session->validAuthTokenTime = GetSystemTime(); in RefreshValidTokenTime()
226 uint64_t currentTime = GetSystemTime(); in CheckSessionTimeout()
H A Duser_idm_funcs.c232 dataPlain->time = GetSystemTime(); in GetEnrollTokenDataPlain()
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp104 session.time = GetSystemTime(); in HWTEST_F()
138 session.time = GetSystemTime(); in HWTEST_F()
185 session.time = GetSystemTime(); in HWTEST_F()
275 session.time = GetSystemTime(); in HWTEST_F()
H A Didm_session_test.cpp67 EXPECT_LE(g_session->validAuthTokenTime, GetSystemTime()); in HWTEST_F()
157 session.time = GetSystemTime(); in HWTEST_F()
H A Denroll_specification_check_test.cpp77 token.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
113 token.tokenDataPlain.time = GetSystemTime(); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_token_signer.c37 dataPlain->time = GetSystemTime(); in GetAuthTokenDataPlain()
H A Duser_auth_funcs.c327 uint64_t time = GetSystemTime(); in CheckReuseUnlockTokenValid()
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c38 uint64_t currentTime = GetSystemTime(); in IsTimeValid()
277 authToken->tokenDataPlain.time = GetSystemTime(); in UserAuthTokenSign()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c428 uint64_t time = GetSystemTime(); in SetExecutorMsgToAttribute()

Completed in 9 milliseconds