Home
last modified time | relevance | path

Searched refs:MatchCredentialById (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c55 IAM_STATIC bool MatchCredentialById(const void *data, const void *condition);
574 IAM_STATIC bool MatchCredentialById(const void *data, const void *condition) in MatchCredentialById() function
620 user->credentialInfoList, &credentialId, MatchCredentialById, true); in RemoveCachePin()
717 ResultCode ret = credentialList->remove(credentialList, &credentialId, MatchCredentialById, true); in DeleteCredentialInfo()
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp39 extern bool MatchCredentialById(const void *data, const void *condition);
349 EXPECT_FALSE(MatchCredentialById(nullptr, nullptr)); in HWTEST_F()
354 EXPECT_TRUE(MatchCredentialById(static_cast<void *>(&info), static_cast<void *>(&condition))); in HWTEST_F()
356 EXPECT_FALSE(MatchCredentialById(static_cast<void *>(&info), static_cast<void *>(&condition))); in HWTEST_F()

Completed in 4 milliseconds