Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c53 …(allSize >= (uint32_t)(dFileTrans->fileManager->maxRecvBlockListSize * FILE_RECV_LIST_IO_WRITE_THR… in SendBackPressureFrame()
H A Dnstackx_file_manager.c1256 …fileManager->maxRecvBlockListSize = NSTACKX_WLAN_RECV_BLOCK_QUEUE_MAX_LEN * NSTACKX_FILE_MANAGER_T… in FileManagerSetRecvParaWithConnType()
1258 …fileManager->maxRecvBlockListSize = NSTACKX_P2P_RECV_BLOCK_QUEUE_MAX_LEN * NSTACKX_FILE_MANAGER_TH… in FileManagerSetRecvParaWithConnType()
1263 …"connect type is %u and max recv list size is %u", connectType, fileManager->maxRecvBlockListSize); in FileManagerSetRecvParaWithConnType()
1506 uint16_t standardBlockSize, FileListMsgPara *msgPara, uint32_t maxRecvBlockListSize) in CreateRecvFileList() argument
1528 if (MutexListInit(&fmFileList->recvBlockList, maxRecvBlockListSize) != NSTACKX_EOK) { in CreateRecvFileList()
1568 … if (CheckReceiverManager(fileManager) != NSTACKX_EOK || fileManager->maxRecvBlockListSize == 0) { in FileManagerRecvFileTask()
1589 fileManager->maxRecvBlockListSize); in FileManagerRecvFileTask()
1653 if (recvListAllSize >= fileManager->maxRecvBlockListSize) { in CheckFileBlockListOverflow()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h251 uint32_t maxRecvBlockListSize; member