Home
last modified time | relevance | path

Searched refs:creds (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c129 LinkedList *creds = QueryCredentialLimit(&condition); in GetCredMaxAcl() local
130 if (creds == NULL || creds->getSize(creds) == 0) { in GetCredMaxAcl()
132 DestroyLinkedList(creds); in GetCredMaxAcl()
136 LinkedListNode *temp = creds->head; in GetCredMaxAcl()
140 DestroyLinkedList(creds); in GetCredMaxAcl()
147 DestroyLinkedList(creds); in GetCredMaxAcl()
/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h54 ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **creds);
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c184 ResultCode DeleteUserInfo(int32_t userId, LinkedList **creds) in DeleteUserInfo() argument
186 if (creds == NULL) { in DeleteUserInfo()
197 *creds = QueryCredentialLimit(&condition); in DeleteUserInfo()
198 if (*creds == NULL) { in DeleteUserInfo()
207 DestroyLinkedList(*creds); in DeleteUserInfo()
208 *creds = NULL; in DeleteUserInfo()
214 DestroyLinkedList(*creds); in DeleteUserInfo()
215 *creds = NULL; in DeleteUserInfo()
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c389 ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **creds) in QueryCredentialFunc() argument
391 if (creds == NULL) { in QueryCredentialFunc()
392 LOG_ERROR("creds is null"); in QueryCredentialFunc()
400 *creds = QueryCredentialLimit(&condition); in QueryCredentialFunc()
401 if (*creds == NULL) { in QueryCredentialFunc()
/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h57 ResultCode DeleteUserInfo(int32_t userId, LinkedList **creds);
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp223 LinkedList *creds = nullptr; in HWTEST_F() local
225 EXPECT_EQ(QueryCredentialFunc(0, 0, &creds), RESULT_UNKNOWN); in HWTEST_F()

Completed in 5 milliseconds