Searched refs:QueryCredentialByAuthType (Results 1 – 2 of 2) sorted by relevance
53 IAM_STATIC CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialLi…724 credentialQuery = QueryCredentialByAuthType(credentialInfo->authType, credentialList); in DeleteCredentialInfo()761 IAM_STATIC CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialLi… in QueryCredentialByAuthType() function1034 CredentialInfoHal *pinCredential = QueryCredentialByAuthType(PIN_AUTH, credentialInfoList); in IsUserValid()
41 …extern CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialList);484 EXPECT_EQ(QueryCredentialByAuthType(1, nullptr), nullptr);494 EXPECT_NE(QueryCredentialByAuthType(authType1, credentialList), nullptr);