Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c464 dFileTrans->totalDataFrameCnt = GetTotalFrameCount(dFileTrans); in StartFileManagerSenderTask()
854 dFileTrans->totalDataFrameCnt = GetTotalFrameCount(dFileTrans); in ReceiveFileDataPrepare()
855 … dFileTrans->adjustAckIntervalLimit = NstackAdjustAckIntervalRatio(dFileTrans->totalDataFrameCnt); in ReceiveFileDataPrepare()
872 …dFileTrans->lastFileDataSequence, dFileTrans->receivedDataFrameCnt, dFileTrans->totalDataFrameCnt); in ReceiverIdleTimeout()
1026 uint64_t allFileSize = dFileTrans->totalDataFrameCnt * dFileTrans->fileManager->maxFrameLength; in CalculateRecvRate()
1335 if (trans->receivedDataFrameCnt >= trans->totalDataFrameCnt) { in HandleFileDataFrame()
1342 … trans->receivedDataFrameCnt, trans->totalDataFrameCnt, trans->recvBlockListFullTimes, in HandleFileDataFrame()
H A Dnstackx_dfile_dfx.c130 … transTemp->allRetrySendCount, transTemp->receivedDataFrameCnt, transTemp->totalDataFrameCnt); in HidumpInfoServer()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h149 uint64_t totalDataFrameCnt; member