Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/test/unittest/user_auth_test/
Dcontext_manager_test.cpp33 extern LinkedList *GetAuthCredentialList(const UserAuthContext *context);
114 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);
129 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
Dcontext_manager.c256 IAM_STATIC LinkedList *GetAuthCredentialList(const UserAuthContext *context) in GetAuthCredentialList() function
290 LinkedList *credList = GetAuthCredentialList(context); in QueryAuthTempletaInfo()