Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp33 extern LinkedList *GetAuthCredentialList(const UserAuthContext *context);
118 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);
133 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c317 IAM_STATIC LinkedList *GetAuthCredentialList(const UserAuthContext *context) in GetAuthCredentialList() function
351 LinkedList *credList = GetAuthCredentialList(context); in QueryAuthTempletaInfo()