Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c53 IAM_STATIC CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialLi…
724 credentialQuery = QueryCredentialByAuthType(credentialInfo->authType, credentialList); in DeleteCredentialInfo()
761 IAM_STATIC CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialLi… in QueryCredentialByAuthType() function
1034 CredentialInfoHal *pinCredential = QueryCredentialByAuthType(PIN_AUTH, credentialInfoList); in IsUserValid()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp41 …extern CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialList);
484 EXPECT_EQ(QueryCredentialByAuthType(1, nullptr), nullptr);
494 EXPECT_NE(QueryCredentialByAuthType(authType1, credentialList), nullptr);