Searched refs:MatchEnrolledInfoByType (Results 1 – 2 of 2) sorted by relevance
39 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)));
586 IAM_STATIC bool MatchEnrolledInfoByType(const void *data, const void *condition) in MatchEnrolledInfoByType() function734 …rolledInfoList->remove(enrolledInfoList, &credentialInfo->authType, MatchEnrolledInfoByType, true); in DeleteCredentialInfo()