Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h103 } SendFileListInfo; typedef
365 int32_t FileManagerSendFileTask(FileManager *fileManager, const SendFileListInfo *fileListInfo,
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c676 static int32_t AddSendFileInfo(const SendFileListInfo *fileListInfo, in AddSendFileInfo()
733 static FileListTask *CreateSendFileList(const SendFileListInfo *fileListInfo, in CreateSendFileList()
802 int32_t FileManagerSendFileTask(FileManager *fileManager, const SendFileListInfo *fileListInfo, in FileManagerSendFileTask()
H A Dnstackx_dfile_transfer.c430 SendFileListInfo sendFileListInfo; in StartFileManagerSenderTask()