Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h30 typedef struct LinkedListNode { struct
32 struct LinkedListNode *next; argument
33 } LinkedListNode; typedef
36 LinkedListNode *current;
43 LinkedListNode *head;
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A 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()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c156 LinkedListNode *temp = user->enrolledInfoList->head; in GetEnrolledInfoAuthType()
229 LinkedListNode *temp = g_userInfoList->head; in QueryUserInfo()
257 LinkedListNode *temp = enrolledInfoList->head; in GetAllEnrolledInfoFromUser()
291 LinkedListNode *temp = userInfoList->head; in IsSecureUidDuplicate()
352 LinkedListNode *temp = enrolledList->head; in IsEnrolledIdDuplicate()
391 LinkedListNode *temp = enrolledList->head; in UpdateEnrolledId()
748 LinkedListNode *temp = credentialList->head; in QueryCredentialById()
766 LinkedListNode *temp = credentialList->head; in QueryCredentialByAuthType()
828 LinkedListNode *temp = credentialList->head; in TraverseCredentialList()
872 LinkedListNode *temp = g_userInfoList->head; in QueryCredentialLimit()
[all …]
H A Didm_file_manager.c112 LinkedListNode *temp = enrolledList->head; in StreamWriteEnrolledInfo()
139 LinkedListNode *temp = credentialList->head; in StreamWriteCredentialList()
193 LinkedListNode *temp = userInfoList->head; in WriteUserInfo()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c261 LinkedListNode *tempNode = g_contextList->head; in GetContext()
369 LinkedListNode *temp = credList->head; in QueryAuthTempletaInfo()
454 LinkedListNode *tempNode = g_contextList->head; in IsContextDuplicate()
492 LinkedListNode *temp = scheduleList->head; in CopySchedules()
569 LinkedListNode *tempNode = schedules->head; in DestroyContextNode()
602 LinkedListNode *tempNode = context->scheduleList->head; in GetCoAuthScheduleFromContext()
H A Dauth_level.c99 LinkedListNode *temp = executorList->head; in GetExecutorAslAndAcl()
136 LinkedListNode *temp = creds->head; in GetCredMaxAcl()
H A Duser_auth_funcs.c514 LinkedListNode *temp = executorList->head; in GetExecutorInfoLinkedList()
542 LinkedListNode *temp = executorList->head; in GetSignExecutorInfoFuncInner()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c185 LinkedListNode *temp = g_scheduleList->head; in IsScheduleIdDuplicate()
224 LinkedListNode *tempNode = executors->head; in MountExecutorOnce()
H A Dexecutor_message.c526 LinkedListNode *temp = credList->head; in GetExecutorTemplateList()
589 LinkedListNode *temp = executors->head; in TraverseExecutor()
878 LinkedListNode *temp = executorList->head; in GetExecutorIndexByCondition()
H A Dpool.c101 LinkedListNode *temp = g_poolList->head; in IsExecutorIdDuplicate()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp230 LinkedListNode *temp = credList->head; in GetCapabilityLevel()
523 LinkedListNode *tempNode = schedulesGet->head; in BeginAuthentication()
570 LinkedListNode *temp = executorSendMsg->head; in CreateExecutorCommand()
1077 LinkedListNode *temp = credList->head; in GetCredential()
1168 LinkedListNode *temp = credList->head; in EnforceDeleteUser()
1245 LinkedListNode *temp = credList->head; in ObtainReconciliationData()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c78 LinkedListNode *temp = credList->head; in GenerateIdmSchedule()