Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c52 IAM_STATIC CredentialInfoHal *QueryCredentialById(uint64_t credentialId, LinkedList *credentialList…
704 CredentialInfoHal *credentialQuery = QueryCredentialById(credentialId, credentialList); in DeleteCredentialInfo()
743 IAM_STATIC CredentialInfoHal *QueryCredentialById(uint64_t credentialId, LinkedList *credentialList) in QueryCredentialById() function
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp40 … extern CredentialInfoHal *QueryCredentialById(uint64_t credentialId, LinkedList *credentialList);
467 EXPECT_EQ(QueryCredentialById(credentialId, nullptr), nullptr);
477 EXPECT_NE(QueryCredentialById(credentialId1, credentialList), nullptr);