Home
last modified time | relevance | path

Searched defs:ListNode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dhash_table.h42 typedef struct ListNode ListNode; typedef
43 struct ListNode { struct
45 struct ListNode *next; argument
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dlist.h71 typedef struct ListNode { struct
72 struct ListNode *next; argument
73 struct ListNode *prev; argument
74 } ListNode, ListHead; typedef
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_linked_list.h26 struct ListNode { struct
32 ListNode<T> *next; argument
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h32 typedef struct ListNode ListNode; typedef
56 struct ListNode { struct
57 ListNode *next; argument
58 ServiceInfo info;
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dcommon_list.h28 typedef struct ListNode { struct
29 struct ListNode *prev; /* Current node's pointer to the previous node */ argument
30 struct ListNode *next; /* Current node's pointer to the next node */ argument
31 } ListNode; typedef
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A DIntrusiveList.h97 struct ListNode { struct
103 ListNode(ListNode* p, ListNode* n) noexcept : prev {p}, next {n} in ListNode() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c21 typedef struct ListNode { struct
33 static ListNode *ListGetFirstNodeInt(const List *list) in ListGetFirstNodeInt() argument
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h35 struct ListNode : public MemoryHeap { struct
37 ListNode *next = nullptr; argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dlist.h39 typedef struct ListNode ListNode; typedef
/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_type.h49 struct ListNode { struct
50 struct ListNode *next; argument
51 struct ListNode *prev; argument
/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_dslm_list.h24 typedef ListHead ListNode; typedef