Home
last modified time | relevance | path

Searched refs:next (Results 1 - 25 of 61) sorted by relevance

123

/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_dlist.h45 struct DListHead *next; /**< Pointer to the next node */ member
58 head->next = head; in DListHeadInit()
71 return (head->next == head) ? true : false; in DListIsEmpty()
83 entry->prev->next = entry->next; in DListRemove()
84 entry->next->prev = entry->prev; in DListRemove()
87 entry->next = NULL; in DListRemove()
101 entry->next = head->next; in DListInsertHead()
155 struct DListHead *next = head->next; DListGetCount() local
[all...]
H A Ddevice_resource_if.h56 * the attribute name, attribute value, and pointer that points to the next attribute.
61 struct DeviceResourceAttr *next; /**< Pointer to the next attribute of the node in the configuration tree. */ member
425 for ((attr) = (node)->attrData; (attr) != NULL; (attr) = (attr)->next)
/drivers/hdf_core/framework/utils/src/
H A Dhdf_slist.c50 for (iterator = list->root; iterator != NULL; iterator = iterator->next) { in HdfSListGetLast()
61 link->next = list->root; in HdfSListAdd()
72 for (iterator = (struct HdfSListNode *)list; iterator->next; iterator = iterator->next) { in HdfSListAddTail()
73 if (iterator->next == link) { in HdfSListAddTail()
78 link->next = NULL; in HdfSListAddTail()
79 iterator->next = link; in HdfSListAddTail()
89 for (iterator = list->root; iterator; iterator = iterator->next) { in HdfSListAddOrder()
96 link->next = list->root; in HdfSListAddOrder()
100 for (iterator = list->root; iterator && iterator->next; iterato in HdfSListAddOrder()
[all...]
H A Dhdf_map.c24 struct MapNode *next; member
57 node->next = map->nodes[idx]; in MapAddNode()
80 struct MapNode *next = NULL; in MapResize() local
86 next = node->next; in MapResize()
88 node = next; in MapResize()
151 node = node->next; in MapSet()
210 node = node->next; in MapGet()
235 map->nodes[idx] = node->next; in MapErase()
237 prev->next in MapErase()
265 struct MapNode *next = NULL; MapDelete() local
[all...]
H A Dosal_msg_queue.c44 struct HdfMessage *next = (struct HdfMessage *)HdfSListIteratorNext(&it); in HdfMessageQueueEnqueue() local
45 if (next->timeStamp > message->timeStamp) { in HdfMessageQueueEnqueue()
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c45 node->next = list->head; in InsertNode()
68 node = node->next; in RemoveNode()
74 list->head = node->next; in RemoveNode()
76 pre->next = node->next; in RemoveNode()
79 node->next = NULL; in RemoveNode()
114 iterator->current = current->next; in IteratorNext()
131 iterator->next = IteratorNext; in CreateIterator()
186 list->head = node->next; in DestroyLinkedList()
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/
H A Dmtd_legacy_lite.c42 struct MtdDevNode *next; member
55 for (p = g_mtdHead.next; p != NULL; p = p->next) { in GetMtd()
72 for (p = g_mtdHead.next; p != NULL; p = p->next) { in GetMtdInfo()
88 for (p = g_mtdHead.next; p != NULL; p = p->next) { in FreeMtd()
107 for (p = g_mtdHead.next, q = &g_mtdHead; p != NULL; q = p, p = p->next) { in DelMtdList()
110 q->next in DelMtdList()
[all...]
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c203 DeviceInfoNode *next = NULL; in SetPowerStatus() local
213 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in SetPowerStatus()
234 DeviceInfoNode *next = NULL; in GetPowerStatus() local
244 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetPowerStatus()
270 DeviceInfoNode *next = NULL; in GetDeviceType() local
280 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDeviceType()
307 DeviceInfoNode *next = NULL; in GetDevStringInfo() local
318 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDevStringInfo()
378 DeviceInfoNode *next = NULL; in SetGestureMode() local
388 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, in SetGestureMode()
409 DeviceInfoNode *next = NULL; RunCapacitanceTest() local
451 DeviceInfoNode *next = NULL; RunExtraCommand() local
483 DeviceInfoNode *next = NULL; GetDeviceAbility() local
529 DeviceInfoNode *next = NULL; GetDeviceAttr() local
[all...]
H A Dinput_manager.c47 DeviceInfoNode *next = NULL; in GetInputDevice() local
70 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetInputDevice()
88 DeviceInfoNode *next = NULL; in GetInputDeviceList() local
101 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetInputDeviceList()
121 DeviceInfoNode *next = NULL; in CloseInputDevice() local
127 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in CloseInputDevice()
169 DeviceInfoNode *next = NULL; in CheckIndex() local
179 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in CheckIndex()
413 DeviceInfoNode *next = NULL; in ReleaseInputInterface() local
426 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, in ReleaseInputInterface()
[all...]
H A Dinput_reporter.c42 DeviceInfoNode *next = NULL; in EventListenerCallback() local
72 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in EventListenerCallback()
100 DeviceInfoNode *next = NULL; in RegisterReportCallback() local
110 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in RegisterReportCallback()
142 DeviceInfoNode *next = NULL; in UnregisterReportCallback() local
152 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in UnregisterReportCallback()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_hal.c123 info = info->next; in WpaCliAddIface()
146 info->next = p->ifaces; in WpaCliAddIface()
164 info = info->next; in WpaCliRemoveIface()
177 p->ifaces = info->next; in WpaCliRemoveIface()
179 prev->next = info->next; in WpaCliRemoveIface()
232 WpaIfaceInfo *q = p->next; in ReleaseWpaGlobalInterface()
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.c138 (g_inputManager->inputDevList)->next = NULL; in AddInputDevice()
142 if (tmpDev->next == NULL) { in AddInputDevice()
143 tmpDev->next = inputDev; in AddInputDevice()
144 inputDev->next = NULL; in AddInputDevice()
147 tmpDev = tmpDev->next; in AddInputDevice()
166 tmpDev = tmpDev->next; in CheckInputDevice()
178 g_inputManager->inputDevList = g_inputManager->inputDevList->next; in DeleteInputDevice()
183 InputDevice *tmpDev = preNode->next; in DeleteInputDevice()
186 preNode->next = tmpDev->next; in DeleteInputDevice()
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h32 struct LinkedListNode *next; member
38 void *(*next)(struct LinkedListIterator *iterator); member
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.cpp384 char next = file_->PeekChar(); in ReadShiftLeftOp() local
385 if (next == '<') { in ReadShiftLeftOp()
401 char next = file_->PeekChar(); in ReadShiftRightOp() local
402 if (next == '>' && mode_ == ParseMode::EXPR_MODE) { in ReadShiftRightOp()
418 char next = file_->PeekChar(); in ReadPPlusOp() local
419 if (next == '+') { in ReadPPlusOp()
435 char next = file_->PeekChar(); in ReadMMinusOp() local
436 if (next == '-') { in ReadMMinusOp()
452 char next = file_->PeekChar(); in ReadComment() local
453 if (next in ReadComment()
[all...]
/drivers/peripheral/codec/hal/src/
H A Dcodec_dfx_service.c49 struct ComponentTypeNode *next = NULL; in DevCodecHostDump() local
50 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &managerService->head, struct ComponentTypeNode, node) in DevCodecHostDump()
H A Dcodec_component_manager_service.c63 struct ComponentTypeNode *next = NULL; in GetNextComponentId() local
69 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &g_service->head, struct ComponentTypeNode, node) in GetNextComponentId()
107 struct ComponentTypeNode *next = NULL; in OmxManagerDestroyComponent() local
111 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &g_service->head, struct ComponentTypeNode, node) in OmxManagerDestroyComponent()
/drivers/liteos/hievent/src/
H A Dhiview_hievent.c75 struct HiviewHieventPayload *next; member
102 payload->next = NULL; in HiviewHieventPayloadCreate()
132 p = p->next; in HiviewHieventGetPayload()
146 while (p->next) { in HiviewHieventAddPayload()
147 p = p->next; in HiviewHieventAddPayload()
149 p->next = payload; in HiviewHieventAddPayload()
397 p = p->next; in HiviewHieventFillPayload()
425 p = p->next; in HiviewHieventFillPayload()
535 p = p->next; in HiviewHieventDestroy()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp77 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalHdiXMLConfig()
116 cur = cur->next; in ParseBaseNode()
160 for (auto subNode = cur->children; subNode; subNode = subNode->next) { in ParsePollingNode()
177 cur = cur->next; in ParsePollingNode()
215 cur = cur->next; in ParseTracingNode()
227 for (auto subNode = node->children; subNode != nullptr; subNode = subNode->next) { in ParseTracingSubNode()
290 for (auto subNode = cur->children; subNode; subNode = subNode->next) { in ParseIsolateNode()
299 cur = cur->next; in ParseIsolateNode()
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c164 temp = temp->next; in GetEnrolledInfoAuthType()
236 temp = temp->next; in QueryUserInfo()
273 temp = temp->next; in GetAllEnrolledInfoFromUser()
299 temp = temp->next; in IsSecureUidDuplicate()
361 temp = temp->next; in IsEnrolledIdDuplicate()
400 temp = temp->next; in UpdateEnrolledId()
611 temp = temp->next; in RemoveCachePin()
669 temp = temp->next; in DeletePinCredentialInfo()
757 temp = temp->next; in QueryCredentialById()
775 temp = temp->next; in QueryCredentialByAuthType()
[all...]
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c167 schedule = (CoAuthSchedule *)iterator->next(iterator); in GetCoAuthSchedule()
192 temp = temp->next; in IsScheduleIdDuplicate()
232 tempNode = tempNode->next; in MountExecutorOnce()
236 tempNode = tempNode->next; in MountExecutorOnce()
241 tempNode = tempNode->next; in MountExecutorOnce()
H A Dpool.c108 temp = temp->next; in IsExecutorIdDuplicate()
275 ExecutorInfoHal *executorInfo = (ExecutorInfoHal *)iterator->next(iterator); in QueryExecutor()
315 ExecutorInfoHal *executorInfo = (ExecutorInfoHal *)(iterator->next(iterator)); in QueryCollecterMatcher()
346 ExecutorInfoHal *executorInfo = (ExecutorInfoHal *)(iterator->next(iterator)); in QueryCredentialExecutorIndex()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c272 tempNode = tempNode->next; in GetContext()
388 temp = temp->next; in QueryAuthTempletaInfo()
459 tempNode = tempNode->next; in IsContextDuplicate()
465 tempNode = tempNode->next; in IsContextDuplicate()
508 temp = temp->next; in CopySchedules()
574 tempNode = tempNode->next; in DestroyContextNode()
578 tempNode = tempNode->next; in DestroyContextNode()
607 tempNode = tempNode->next; in GetCoAuthScheduleFromContext()
613 tempNode = tempNode->next; in GetCoAuthScheduleFromContext()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js313 next() {
382 child = child.next();
431 let childSrcNext = childSrc.next();
463 child = child.next();
517 child = child.next();
558 objChild = objChild.next();
693 child = child.next();
929 let next = null;
937 next = backWalkObj.next_;
953 if (next !
[all...]
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Dservstat_listener_holder.c42 .next = NULL,
168 if (holderInst->node.next != NULL) { in ServStatListenerHolderRelease()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c231 if (msgQueue->entry.next == NULL || msgQueue->entry.next->prev == NULL || msgQueue->entry.prev == NULL || msgQueue->entry.prev->next == NULL) { in UsbIoGetRequest()
237 if (reqEntry == NULL || reqEntry->list.prev == NULL || reqEntry->list.next == NULL || in UsbIoGetRequest()
238 reqEntry->list.prev->next != &reqEntry->list || reqEntry->list.next->prev != &reqEntry->list) { in UsbIoGetRequest()

Completed in 15 milliseconds

123