Searched refs:BlockFrame (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_send.c | 73 BlockFrame *block = NULL; in DestroyIovList() 78 block = (BlockFrame *)p; in DestroyIovList() 85 static int32_t TcpSendFileDataFrame(Socket *socket, PeerInfo *peerInfo, List *p, BlockFrame *block,… in TcpSendFileDataFrame() 115 BlockFrame *block) in UdpSendFileDataSuccess() 129 BlockFrame *block = NULL; in SendFileDataFrame() 140 block = (BlockFrame *)p; in SendFileDataFrame() 198 BlockFrame *block = NULL; in DoSendDataFrame() 221 block = (BlockFrame *)(void *)next; in DoSendDataFrame()
|
H A D | nstackx_file_manager_client.c | 456 BlockFrame *blockFrame = NULL; in PushFileBlockFrame() 459 blockFrame = (BlockFrame *)calloc(1, sizeof(BlockFrame)); in PushFileBlockFrame() 969 static int32_t GetMultipleBlockFrame(SendBlockFrameListPara *para, BlockFrame **block, int32_t nr) in GetMultipleBlockFrame() 971 BlockFrame *frame = NULL; in GetMultipleBlockFrame() 986 frame = (BlockFrame *)(void *)cur; in GetMultipleBlockFrame() 988 frame = (BlockFrame *)(void *)cur; in GetMultipleBlockFrame() 995 static int32_t GetDataFrameFromSendList(SendBlockFrameListPara *para, BlockFrame **block, int32_t n… in GetDataFrameFromSendList() 1015 int32_t FileManagerFileRead(FileManager *fileManager, uint32_t tid, BlockFrame **block, int32_t nr) in FileManagerFileRead() 1089 BlockFrame *blockFrame = NULL; in ClearSendFrameList() 1098 blockFrame = (BlockFrame *)ListPopFront(¶->sendBlockFrameList.head); in ClearSendFrameList()
|
H A D | nstackx_file_manager.c | 376 BlockFrame *blockFrame = NULL; in ClearRecvFileList() 387 blockFrame = (BlockFrame *)ListPopFront(&fileList->recvBlockList.head); in ClearRecvFileList() 400 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in ClearRecvFileList() 550 static int32_t GetFrameHearderInfo(FileListTask *fileList, BlockFrame *blockFrame, uint16_t *fileId, in GetFrameHearderInfo() 661 BlockFrame *blockFrame = NULL; in WriteBlockFrame() 666 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in WriteBlockFrame() 1143 void RefreshBytesTransFerred(FileManager *fileManager, BlockFrame *block) in RefreshBytesTransFerred() 1152 block = (BlockFrame *)(void *)(block->list.next); in RefreshBytesTransFerred() 1617 BlockFrame *blockFrame = NULL; in PushRecvBlockFrame() 1621 blockFrame = (BlockFrame *)calloc(1, sizeof(BlockFrame)); in PushRecvBlockFrame() [all …]
|
H A D | nstackx_dfile_retransmission.c | 32 uint32_t blockFrameSize = sizeof(BlockFrame) + dFileTrans->fileManager->maxFrameLength; in SendBackPressureFrame()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_manager.h | 145 } BlockFrame; typedef 371 int32_t FileManagerFileRead(FileManager *fileManager, uint32_t tid, BlockFrame **block, int32_t nr); 459 void RefreshBytesTransFerred(FileManager *fileManager, BlockFrame *frame);
|