Home
last modified time | relevance | path

Searched refs:SetCredentialConditionAuthType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h70 void SetCredentialConditionAuthType(CredentialCondition *condition, uint32_t authType);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c98 SetCredentialConditionAuthType(&condition, authType); in CheckSpecification()
H A Duser_idm_funcs.c390 SetCredentialConditionAuthType(&condition, authType); in QueryCredentialFunc()
424 SetCredentialConditionAuthType(&condition, PIN_AUTH); in GetDeletedCredential()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c128 SetCredentialConditionAuthType(&condition, authType); in GetCredMaxAcl()
H A Dcontext_manager.c320 SetCredentialConditionAuthType(&condition, context->authType); in GetAuthCredentialList()
676 SetCredentialConditionAuthType(&condition, context->authType); in FillInContext()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c547 SetCredentialConditionAuthType(&condition, PIN_AUTH); in AddCredentialInfo()
982 void SetCredentialConditionAuthType(CredentialCondition *condition, uint32_t authType) in SetCredentialConditionAuthType() function
1266 SetCredentialConditionAuthType(&condition, PIN_AUTH); in QueryPinCredential()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp678 SetCredentialConditionAuthType(nullptr, authType);
680 SetCredentialConditionAuthType(&condition, authType);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c499 SetCredentialConditionAuthType(&condition, executorNode->authType); in GetExecutorTemplateList()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1237 SetCredentialConditionAuthType(&condition, authType); in ObtainReconciliationData()