Home
last modified time | relevance | path

Searched defs:newList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/utils_lite/include/
H A Dutils_list.h300 static inline void UtilsListAddList(UTILS_DL_LIST *oldList, UTILS_DL_LIST *newList) in UtilsListAddList()
332 static inline void UtilsListTailInsertList(UTILS_DL_LIST *oldList, UTILS_DL_LIST *newList) in UtilsListTailInsertList()
356 static inline void UtilsListHeadInsertList(UTILS_DL_LIST *oldList, UTILS_DL_LIST *newList) in UtilsListHeadInsertList()
/ohos5.0/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_list.c51 …struct DATASLListParams *newList = (struct DATASLListParams*)malloc(sizeof(struct DATASLListParams… in PushListNode() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c45 List *newList = (List *)calloc(1, (sizeof(List))); in ListCreate() local