Searched refs:blockSequence (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_manager_client.c | 247 *blockSeq = retranNode->blockSequence; in GetRetranBlockInfo() 261 uint32_t blockSequence, linkSequence; in CreateRetranBlockFrame() local 273 if (blockSequence >= fileInfo->totalBlockNum) { in CreateRetranBlockFrame() 318 uint32_t blockSequence; in GetFileInfo() local 330 blockSequence = fileList->newReadOutSet.blockSequence; in GetFileInfo() 332 fileList->newReadOutSet.blockSequence = 0; in GetFileInfo() 729 fmFileList->newReadOutSet.blockSequence = 0; in InitSendFilesOutSet() 866 if (ret >= blockSequence) { in GetRetranFileLostBlocks() 867 ret -= blockSequence; in GetRetranFileLostBlocks() 890 if (blockSequence >= totalBlockNum) { in IsValidOutSet() [all …]
|
H A D | nstackx_file_manager.c | 502 static int32_t WriteToFile(FileInfo *fileInfo, uint32_t blockSequence, uint16_t length, uint8_t *pa… in WriteToFile() argument 518 fileOffset = ((uint64_t)fileInfo->standardBlockSize) * ((uint64_t)blockSequence); in WriteToFile() 551 uint32_t *blockSequence, uint16_t *payloadLength) in GetFrameHearderInfo() argument 556 *blockSequence = ntohl(blockFrame->fileDataFrame->blockSequence); in GetFrameHearderInfo() 570 if (*blockSequence >= fileList->fileInfo[*fileId - 1].totalBlockNum || in GetFrameHearderInfo() 605 uint32_t blockSequence; in WriteSingleBlockFrame() local 610 …if (GetFrameHearderInfo(fileList, blockFrame, &fileId, &blockSequence, &payloadLength) != NSTACKX_… in WriteSingleBlockFrame() 643 ret = WriteToFile(fileInfo, blockSequence, payloadLength, payLoad, fileList); in WriteSingleBlockFrame() 1880 fileList->newReadOutSet.blockSequence = 0; in FileManagerCLearReadOutSet()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_frame.h | 126 uint32_t blockSequence; member 133 uint32_t blockSequence; member
|
H A D | nstackx_file_manager.h | 129 uint32_t blockSequence; member 164 uint32_t blockSequence; member 368 …erResetSendOutSet(FileManager *fileManager, uint16_t fileId, uint32_t blockSequence, uint16_t tran…
|