Home
last modified time | relevance | path

Searched refs:unlockToken (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c75 IAM_STATIC void CacheUnlockAuthResult(int32_t userId, const UserAuthTokenHal *unlockToken) in CacheUnlockAuthResult() argument
80 g_unlockAuthResult.authToken = *unlockToken; in CacheUnlockAuthResult()
83 IAM_STATIC void CacheAnyAuthResult(int32_t userId, const UserAuthTokenHal *unlockToken) in CacheAnyAuthResult() argument
88 g_anyAuthResult.authToken = *unlockToken; in CacheAnyAuthResult()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp28 extern void CacheUnlockAuthResult(int32_t userId, const UserAuthTokenHal *unlockToken);