Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c302 if (MAX_SEND_FILE_OPENED_PER_LIST <= 1 || in CreateRetranBlockFrame()
303 …(!fileList->tarFlag && fileList->sendFileProcessed >= MAX_SEND_FILE_OPENED_PER_LIST + fileInfo->fi… in CreateRetranBlockFrame()
373 if (fileInfo->fileId >= MAX_SEND_FILE_OPENED_PER_LIST) { in UpdateFileLisSendStatus()
374 CloseFile(&fileList->fileInfo[fileInfo->fileId - MAX_SEND_FILE_OPENED_PER_LIST]); in UpdateFileLisSendStatus()
397 if (MAX_SEND_FILE_OPENED_PER_LIST <= 1) { // Macro maybe changed in UpdateTarFileListSendStatus()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h36 #define MAX_SEND_FILE_OPENED_PER_LIST 10 /* at least 1 */ macro