Home
last modified time | relevance | path

Searched refs:innerRecvBlockHead (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c399 while (!ListIsEmpty(&fileList->innerRecvBlockHead)) { in ClearRecvFileList()
400 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in ClearRecvFileList()
662 while (!ListIsEmpty(&fileList->innerRecvBlockHead)) { in WriteBlockFrame()
666 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in WriteBlockFrame()
783 if (SwapRecvBlockListHead(&fileList->recvBlockList, &isEmpty, &fileList->innerRecvBlockHead, in RecvTaskProcess()
1527 ListInitHead(&fmFileList->innerRecvBlockHead); in CreateRecvFileList()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h182 List innerRecvBlockHead; /* DATA:BlockFrame */ member