Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c52 …(((allSize >= (uint32_t)(dFileTrans->fileManager->iowCount * FILE_RECV_LIST_IO_WRITE_THRESHOLD)) || in SendBackPressureFrame()
53 …= (uint32_t)(dFileTrans->fileManager->maxRecvBlockListSize * FILE_RECV_LIST_IO_WRITE_THRESHOLD)) || in SendBackPressureFrame()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h55 #define FILE_RECV_LIST_IO_WRITE_THRESHOLD 0.8 macro