Home
last modified time | relevance | path

Searched refs:LinkedListNode (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/common/inc/
Dlinked_list.h30 typedef struct LinkedListNode { struct
32 struct LinkedListNode *next; argument
33 } LinkedListNode; typedef
36 LinkedListNode *current;
43 LinkedListNode *head;
/drivers/peripheral/user_auth/hdi_service/common/src/
Dlinked_list.c39 LinkedListNode *node = Malloc(sizeof(LinkedListNode)); in InsertNode()
61 LinkedListNode *pre = NULL; in RemoveNode()
62 LinkedListNode *node = list->head; in RemoveNode()
113 LinkedListNode *current = iterator->current; in IteratorNext()
166 IAM_STATIC void DestroyLinkedListNode(const LinkedList *list, LinkedListNode *node) in DestroyLinkedListNode()
185 LinkedListNode *node = list->head; in DestroyLinkedList()
/drivers/peripheral/user_auth/hdi_service/database/src/
Didm_database.c135 LinkedListNode *temp = user->enrolledInfoList->head; in GetEnrolledInfoAuthType()
208 LinkedListNode *temp = g_userInfoList->head; in QueryUserInfo()
236 LinkedListNode *temp = enrolledInfoList->head; in GetAllEnrolledInfoFromUser()
270 LinkedListNode *temp = userInfoList->head; in IsSecureUidDuplicate()
330 LinkedListNode *temp = enrolledList->head; in IsEnrolledIdDuplicate()
368 LinkedListNode *temp = enrolledList->head; in UpdateEnrolledId()
614 LinkedListNode *temp = credentialList->head; in QueryCredentialById()
632 LinkedListNode *temp = credentialList->head; in QueryCredentialByAuthType()
685 LinkedListNode *temp = credentialList->head; in TraverseCredentialList()
728 LinkedListNode *temp = g_userInfoList->head; in QueryCredentialLimit()
[all …]
Didm_file_manager.c111 LinkedListNode *temp = enrolledList->head; in StreamWriteEnrolledInfo()
138 LinkedListNode *temp = credentialList->head; in StreamWriteCredentialList()
185 LinkedListNode *temp = userInfoList->head; in WriteUserInfo()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
Dauth_level.c98 LinkedListNode *temp = executorList->head; in GetAsl()
131 LinkedListNode *temp = credList->head; in GetAcl()
Dcontext_manager.c203 LinkedListNode *tempNode = g_contextList->head; in GetContext()
308 LinkedListNode *temp = credList->head; in QueryAuthTempletaInfo()
382 LinkedListNode *tempNode = g_contextList->head; in IsContextDuplicate()
420 LinkedListNode *temp = scheduleList->head; in CopySchedules()
497 LinkedListNode *tempNode = schedules->head; in DestroyContextNode()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
Dcoauth.c185 LinkedListNode *temp = g_scheduleList->head; in IsScheduleIdDuplicate()
224 LinkedListNode *tempNode = executors->head; in MountExecutorOnce()
Dexecutor_message.c512 LinkedListNode *temp = credList->head; in GetExecutorTemplateList()
574 LinkedListNode *temp = executors->head; in TraverseExecutor()
Dpool.c100 LinkedListNode *temp = g_poolList->head; in IsExecutorIdDuplicate()
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp152 LinkedListNode *temp = credList->head; in GetCapabilityLevel()
254 LinkedListNode *tempNode = schedulesGet->head; in BeginAuthenticationV1_1()
297 LinkedListNode *temp = executorSendMsg->head; in CreateExecutorCommand()
699 LinkedListNode *temp = credList->head; in GetCredential()
772 LinkedListNode *temp = credList->head; in EnforceDeleteUser()
813 LinkedListNode *temp = credList->head; in ObtainReconciliationData()
/drivers/peripheral/user_auth/hdi_service/idm/src/
Duser_idm_funcs.c56 LinkedListNode *temp = credList->head; in GenerateIdmSchedule()