Home
last modified time | relevance | path

Searched refs:sendFileProcessed (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.c339 fileList->sendFileProcessed = (uint16_t)(fileId - 1); in GetFileInfo()
350 if (fileList->sendFileProcessed >= fileList->fileNum) { in GetFileInfo()
354 fileInfo = &fileList->fileInfo[fileList->sendFileProcessed]; in GetFileInfo()
356 fileList->sendFileProcessed++; in GetFileInfo()
381 fileList->sendFileProcessed++; in UpdateFileLisSendStatus()
396 fileList->sendFileProcessed = fileList->fileNum; in UpdateTarFileListSendStatus()
427 fileList->sendFileProcessed++; in CreateSendBlockFrame()
754 fmFileList->sendFileProcessed = 0; in CreateSendFileList()
1130 if (fileList->newReadOutSet.fileId == 0 && fileList->sendFileProcessed == fileList->fileNum && in FileManagerIsLastBlockRead()
1169 if (fileList->sendFileProcessed < fileList->fileNum) { in FileManagerHasPendingDataMp()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h178 uint16_t sendFileProcessed; member