Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp39 extern bool MatchEnrolledInfoByType(const void *data, const void *condition);
360 EXPECT_FALSE(MatchEnrolledInfoByType(nullptr, nullptr));
365 … EXPECT_TRUE(MatchEnrolledInfoByType(static_cast<void *>(&info), static_cast<void *>(&condition)));
367 …EXPECT_FALSE(MatchEnrolledInfoByType(static_cast<void *>(&info), static_cast<void *>(&condition)));
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c586 IAM_STATIC bool MatchEnrolledInfoByType(const void *data, const void *condition) in MatchEnrolledInfoByType() function
734 …rolledInfoList->remove(enrolledInfoList, &credentialInfo->authType, MatchEnrolledInfoByType, true); in DeleteCredentialInfo()