Home
last modified time | relevance | path

Searched refs:FileListTask (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h210 } FileListTask; typedef
322 static inline int32_t CheckFilelist(FileListTask *fileList) in CheckFilelist()
330 static inline int32_t CheckFilelistNotStop(FileListTask *fileList) in CheckFilelistNotStop()
421 void UpdateTarFileListSendStatus(FileListTask *fileList);
423 FileDataFrame *CreateRetranBlockFrame(FileManager *fileManager, FileListTask *fileList);
425 uint8_t PushRetranBlockFrame(FileManager *fileManager, const FileListTask *fileList,
427 void FileManagerCLearReadOutSet(FileListTask *fileList);
441 void NotifyFileListMsg(const FileListTask *fileList, FileManagerMsgType msgType);
443 void NotifyFileMsg(const FileListTask *fileList, uint16_t fileId, FileManagerMsgType msgType);
451 uint64_t FileListGetBytesTransferred(const FileListTask *fileList, uint8_t isSender);
[all …]
H A Dnstackx_file_manager_client.h26 void SendTaskProcess(FileManager *fileManager, FileListTask *fileList);
28 void ClearSendFileList(FileManager *fileManager, FileListTask *fileList);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c529 (void)memset_s(fileList, sizeof(FileListTask), 0, sizeof(FileListTask)); in ClearSendFileList()
736 FileListTask *fmFileList = NULL; in CreateSendFileList()
737 fmFileList = (FileListTask *)calloc(1, sizeof(FileListTask)); in CreateSendFileList()
783 (void)memset_s(fmFileList, sizeof(FileListTask), 0, sizeof(FileListTask)); in CreateSendFileList()
805 FileListTask *fmFileList = NULL; in FileManagerSendFileTask()
899 FileListTask *fileList = NULL; in FileManagerResetSendOutSet()
1116 FileListTask *fileList = NULL; in FileManagerIsLastBlockRead()
1140 FileListTask *fileList = NULL; in FileManagerHasPendingDataMp()
1159 fileList = (FileListTask *)list; in FileManagerHasPendingDataMp()
1195 FileListTask *fileList = NULL; in FileManagerHasPendingDataInner()
[all …]
H A Dnstackx_file_manager.c241 FileListTask *fileList = NULL; in PrepareOneTaskByStatus()
409 (void)memset_s(fileList, sizeof(FileListTask), 0, sizeof(FileListTask)); in ClearRecvFileList()
503 FileListTask *fileList) in WriteToFile()
891 FileListTask *fileList = NULL; in FileManagerThread()
940 FileListTask *fileList = NULL; in WakeAllThread()
1073 FileListTask *fileList = NULL; in GetFileListById()
1111 FileListTask *fileList = NULL; in GetFileBlockListSize()
1166 FileListTask *fileList = NULL; in FileManagerStopTask()
1509 fmFileList = (FileListTask *)calloc(1, sizeof(FileListTask)); in CreateRecvFileList()
1545 (void)memset_s(fmFileList, sizeof(FileListTask), 0, sizeof(FileListTask)); in CreateRecvFileList()
[all …]