| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_double_list.c | 22 void CmInitList(struct DoubleList *listNode) in CmInitList() argument 32 void CmAddNodeAfterListHead(struct DoubleList *listHead, struct DoubleList *listNode) in CmAddNodeAfterListHead() argument 48 CmAddNodeAtListTail(struct DoubleList *listHead, struct DoubleList *listNode) CmAddNodeAtListTail() argument 64 CmRemoveNodeFromList(struct DoubleList *listNode) CmRemoveNodeFromList() argument [all...] |
| /base/security/crypto_framework/frameworks/js/jsi/inc/ |
| H A D | jsi_list.h | 31 LOS_DL_LIST listNode; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
| H A D | queue.c | 127 ListNode *listNode = NULL; in QueueDequeue() local 144 ListNode *listNode = NULL; in QueueTryDequeue() local
|
| H A D | list.c | 158 ListNode *ListGetNextNode(const ListNode *listNode) in ListGetNextNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_event_hub.cpp | 162 auto listNode = GetFrameNode(); in GetListItemIndexByPosition() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
| H A D | indexer_select_test_ng.cpp | 663 auto listNode = AceType::DynamicCast<FrameNode>(stackNode->GetFirstChild()); in HWTEST_F() local
|
| H A D | indexer_test_ng.cpp | 91 auto listNode = AceType::DynamicCast<FrameNode>(listUINode); in GetListItemNode() local
|
| H A D | indexer_layout_test_ng.cpp | 33 auto listNode = pattern_->popupNode_->GetLastChild()->GetFirstChild(); in GetRenderContext() local 118 auto listNode = pattern_->popupNode_->GetLastChild()->GetFirstChild(); in HWTEST_F() local 1353 auto listNode = AceType::DynamicCast<FrameNode>(stackNode->GetFirstChild()); in HWTEST_F() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| H A D | list.h | 123 ListNode<T>* listNode = new ListNode<T>(); in PushBack() local 146 ListNode<T>* listNode = new ListNode<T>(); in PushFront() local 218 ListNode<T>* listNode = new ListNode<T>(); Insert() local [all...] |
| /kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/secure/ |
| H A D | los_secure_heap.c | 73 STATIC INLINE VOID OsSecureHeapListAdd(LOS_DL_LIST *listNode, LOS_DL_LIST *node)
in OsSecureHeapListAdd() argument
|
| /kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/secure/ |
| H A D | los_secure_heap.c | 74 STATIC INLINE VOID OsSecureHeapListAdd(LOS_DL_LIST *listNode, LOS_DL_LIST *node)
in OsSecureHeapListAdd() argument
|
| /kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/secure/ |
| H A D | los_secure_heap.c | 73 STATIC INLINE VOID OsSecureHeapListAdd(LOS_DL_LIST *listNode, LOS_DL_LIST *node)
in OsSecureHeapListAdd() argument
|
| /kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/secure/ |
| H A D | los_secure_heap.c | 74 STATIC INLINE VOID OsSecureHeapListAdd(LOS_DL_LIST *listNode, LOS_DL_LIST *node)
in OsSecureHeapListAdd() argument
|
| /test/xts/device_attest/services/core/utils/ |
| H A D | attest_utils_memleak.c | 63 ListNode* listNode = *node; in FreeMemNode() local
|
| /test/xts/device_attest_lite/services/core/utils/ |
| H A D | attest_utils_memleak.c | 63 ListNode* listNode = *node; in FreeMemNode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
| H A D | list_nested_test_ng.cpp | 156 auto listNode = AceType::DynamicCast<FrameNode>(element); in HWTEST_F() local 238 auto listNode = GetChildFrameNode(rootNode, 1); HWTEST_F() local 322 auto listNode = GetChildFrameNode(rootNode, 0); HWTEST_F() local 373 auto listNode = GetChildFrameNode(colNode, 1); HWTEST_F() local 450 auto listNode = GetChildFrameNode(colNode, 1); HWTEST_F() local 543 auto listNode = GetChildFrameNode(rootNode, 0); HWTEST_F() local 593 auto listNode = GetChildFrameNode(colNode, 1); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | focus_hub_test_ng_new.cpp | 1634 auto listNode = FrameNodeOnTree::CreateFrameNode("frameNode", 104, in HWTEST_F() local
|
| H A D | focus_hub_test_ng_for_property_config.cpp | 1676 auto listNode = FrameNodeOnTree::CreateFrameNode("frameNode", 104, AceType::MakeRefPtr<ListPattern>()); in HWTEST_F() local 1705 auto listNode = FrameNodeOnTree::CreateFrameNode("frameNode", 104, AceType::MakeRefPtr<ListPattern>()); in HWTEST_F() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| H A D | smp_hci_event.c | 372 ListNode *listNode = NULL; in SMP_OnLeEncCompTask() local
|
| /kernel/liteos_a/fs/vfs/include/bcache/ |
| H A D | bcache.h | 64 LOS_DL_LIST listNode; /* list node */ member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | stringtriebuilder.cpp | 283 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | stringtriebuilder.cpp | 283 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | stringtriebuilder.cpp | 283 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| H A D | drag_drop_manager_test_ng_property_config.cpp | 795 auto listNode = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<ListPattern>()); in HWTEST_F() local 868 auto listNode = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<ListPattern>()); in HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/core/connection/manager/ |
| H A D | softbus_conn_manager.c | 148 ConnListenerNode *listNode = NULL; in AddListener() local
|