Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp26 extern UnlockAuthResultCache g_unlockAuthResult;
123 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache…
135 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache…
186 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache…
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c40 IAM_STATIC UnlockAuthResultCache g_unlockAuthResult = {false, 0, {}}; variable
77 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache… in CacheUnlockAuthResult()
78 g_unlockAuthResult.isCached = true; in CacheUnlockAuthResult()
79 g_unlockAuthResult.userId = userId; in CacheUnlockAuthResult()
80 g_unlockAuthResult.authToken = *unlockToken; in CacheUnlockAuthResult()
370 authResultCache = g_unlockAuthResult; in GetReuseUnlockResult()