Home
last modified time | relevance | path

Searched refs:ListInsertHead (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h37 static inline void ListInsertHead(List *head, List *node) in ListInsertHead() function
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_list.h37 static inline void ListInsertHead(struct ListNode *list, struct ListNode *entry) in ListInsertHead() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c477 ListInsertHead(para->sendRetranListTail, &blockFrame->list); in PushFileBlockFrame()
H A Dnstackx_file_manager.c200 ListInsertHead(&mutexList->head, element); in MutexListAddNode()