Home
last modified time | relevance | path

Searched refs:PIN_AUTH (Results 1 – 6 of 6) sorted by relevance

/base/user_iam/auth_executor_mgr/common/idm/src/
Duser_idm_funcs.c32 int32_t ret = QueryCredentialInfo(userId, PIN_AUTH, &credentialInfo); in PinPermissionCheck()
37 if (authToken->authType != PIN_AUTH) { in PinPermissionCheck()
60 if (authToken->authType != PIN_AUTH) { in FacePermissionCheck()
92 if (param.authType == PIN_AUTH) { in CheckEnrollPermission()
285 if (token.authType != PIN_AUTH) { in UpdateCredentialFunc()
307 ret = QueryCredentialInfo(userId, PIN_AUTH, deletedCredential); in UpdateCredentialFunc()
/base/user_iam/auth_executor_mgr/common/common/inc/
Ddefines.h46 PIN_AUTH = 1, enumerator
/base/user_iam/face_auth/services/ca_mock/include/
Ddefines.h45 PIN_AUTH = 1, enumerator
/base/user_iam/pin_auth/hdi/common/inc/
Ddefines.h100 PIN_AUTH = 1, enumerator
/base/user_iam/auth_executor_mgr/common/database/src/
Didm_database.c522 if (user == NULL && credentialInfo->authType == PIN_AUTH) { in AddCredentialInfo()
537 if (credentialInfo->authType == PIN_AUTH) { in AddCredentialInfo()
538 ResultCode ret = QueryCredentialInfo(userId, PIN_AUTH, credentialInfo); in AddCredentialInfo()
/base/user_iam/auth_executor_mgr/common/hal_sdk/
Duseridm_interface.cpp58 if (authToken.size() != sizeof(UserAuth::UserAuthToken) && authType != PIN_AUTH) { in InitSchedulation()