Searched refs:linkNode (Results 1 – 6 of 6) sorted by relevance
/base/security/device_security_level/baselib/utils/src/ |
D | utils_work_queue.c | 42 ListNode linkNode; member 65 worker = LIST_ENTRY(queue->head.next, Worker, linkNode); in WorkQueueThread() 66 RemoveListNode(&worker->linkNode); in WorkQueueThread() 77 worker = LIST_ENTRY(queue->head.next, Worker, linkNode); in WorkQueueThread() 78 RemoveListNode(&worker->linkNode); in WorkQueueThread() 167 InitListHead(&worker->linkNode); in QueueWork() 173 AddListNodeBefore(&worker->linkNode, &queue->head); in QueueWork()
|
/base/security/device_security_level/services/dslm/ |
D | dslm_device_list.c | 71 DslmDeviceInfo *info = LIST_ENTRY(node, DslmDeviceInfo, linkNode); in GetDslmDeviceInfo() 117 AddListNodeBefore(&info->linkNode, GetDeviceList()); in CreatOrGetDslmDeviceInfo() 148 const DslmDeviceInfo *info = LIST_ENTRY(node, DslmDeviceInfo, linkNode); in ForEachDeviceDump()
|
D | dslm_core_defines.h | 39 ListNode linkNode; member
|
D | dslm_fsm_process.c | 149 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in ProcessSendDeviceInfoCallback() 238 AddListNode(¬ify->linkNode, &deviceInfo->notifyList); in ProcessSdkRequest() 386 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in RefreshHistoryList()
|
/base/security/device_security_level/services/include/ |
D | dslm_notify_node.h | 30 ListNode linkNode; member
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 209 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in DumpHistoryCalls()
|