Home
last modified time | relevance | path

Searched refs:recvListAllSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c29 uint32_t recvListAllSize; in SendBackPressureFrame() local
43 …if (GetFileBlockListSize(&dFileTrans->fileManager->taskList, &recvListAllSize, &recvInnerAllSize) … in SendBackPressureFrame()
49 allSize = recvListAllSize + recvInnerAllSize; in SendBackPressureFrame()
H A Dnstackx_file_manager.c1108 int32_t GetFileBlockListSize(MutexList *taskList, uint32_t *recvListAllSize, uint32_t *recvInnerAll… in GetFileBlockListSize() argument
1116 *recvListAllSize = 0; in GetFileBlockListSize()
1136 *recvListAllSize = sum; in GetFileBlockListSize()
1644 uint32_t recvListAllSize; in CheckFileBlockListOverflow() local
1647 …if (GetFileBlockListSize(&fileManager->taskList, &recvListAllSize, &recvInnerAllSize) != NSTACKX_E… in CheckFileBlockListOverflow()
1653 if (recvListAllSize >= fileManager->maxRecvBlockListSize) { in CheckFileBlockListOverflow()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h460 int32_t GetFileBlockListSize(MutexList *taskList, uint32_t *recvListAllSize, uint32_t *recvInnerAll…