Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c794 if (fileManager->sendBlockFrameListPara[i].bandingTransNum < bindingNum) { in GetTargetSendBlockListIdx()
795 bindingNum = fileManager->sendBlockFrameListPara[i].bandingTransNum; in GetTargetSendBlockListIdx()
849 fileManager->sendBlockFrameListPara[fmFileList->bindedSendBlockListIdx].bandingTransNum++; in FileManagerSendFileTask()
H A Dnstackx_file_manager.c1190 … if (fileManager->sendBlockFrameListPara[fileList->bindedSendBlockListIdx].bandingTransNum > 0) { in FileManagerStopTask()
1191 … fileManager->sendBlockFrameListPara[fileList->bindedSendBlockListIdx].bandingTransNum--; in FileManagerStopTask()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h223 uint32_t bandingTransNum; member