Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp40 extern bool MatchEnrolledInfoByType(const void *data, const void *condition);
361 EXPECT_FALSE(MatchEnrolledInfoByType(nullptr, nullptr)); in HWTEST_F()
366 EXPECT_TRUE(MatchEnrolledInfoByType(static_cast<void *>(&info), static_cast<void *>(&condition))); in HWTEST_F()
368 EXPECT_FALSE(MatchEnrolledInfoByType(static_cast<void *>(&info), static_cast<void *>(&condition))); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c587 IAM_STATIC bool MatchEnrolledInfoByType(const void *data, const void *condition) in MatchEnrolledInfoByType() function
735 ret = enrolledInfoList->remove(enrolledInfoList, &credentialInfo->authType, MatchEnrolledInfoByType, true); in DeleteCredentialInfo()

Completed in 4 milliseconds