Home
last modified time | relevance | path

Searched refs:ListPopFront (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c65 q = ListPopFront(p); in GetFreeIovList()
180 List *p = ListPopFront(unsent); in CheckUnsentList()
364 queueNode = (QueueNode *)ListPopFront(&session->outboundQueue); in SendOutboundFrame()
H A Dnstackx_file_manager.c225 *curFront = ListPopFront(&mutexList->head); in MutexListPopFront()
387 blockFrame = (BlockFrame *)ListPopFront(&fileList->recvBlockList.head); in ClearRecvFileList()
400 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in ClearRecvFileList()
666 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in WriteBlockFrame()
1708 fileList = (FileListTask *)ListPopFront(&fileManager->taskList.head); in ClearTask()
H A Dnstackx_file_manager_client.c518 retranNode = (SendRetranRequestNode *)ListPopFront(&fileList->sendRetranList.head); in ClearSendFileList()
976 cur = ListPopFront(&para->sendBlockFrameList.head); in GetMultipleBlockFrame()
1098 blockFrame = (BlockFrame *)ListPopFront(&para->sendBlockFrameList.head); in ClearSendFrameList()
H A Dnstackx_dfile_session.c143 fileListInfo = (FileListInfo *)ListPopFront(&session->smallFileLists); in SendSmallList()
171 fileListInfo = (FileListInfo *)ListPopFront(&session->pendingFileLists); in SendPendingList()
1590 queueNode = (QueueNode *)ListPopFront(head); in ProcessDFileFrameList()
H A Dnstackx_dfile.c1422 DFileTrans *trans = (DFileTrans *)ListPopFront(&session->dFileTransChain); in ClearTransChain()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h74 static inline List *ListPopFront(List *head) in ListPopFront() function