Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h249 uint32_t maxSendBlockListSize; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1321 uint32_t sendListSize = fileManager->maxSendBlockListSize; in AtomicParameterInit()
1383 fileManager->maxSendBlockListSize = GetMaxSendListSize(connType); in FileManagerInit()
1384 if (fileManager->maxSendBlockListSize == 0 || fileManager->sendFrameListNum == 0) { in FileManagerInit()
1389 connType, fileManager->sendFrameListNum, fileManager->maxSendBlockListSize); in FileManagerInit()
H A Dnstackx_file_manager_client.c1048 uint32_t sendListSize = fileManager->maxSendBlockListSize; in InitSendBlockLists()