Home
last modified time | relevance | path

Searched refs:FileManager (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp50 string FileManager::FixPath(string_view pathIn) const in FixPath()
98 FileManager::FileManager() : basePath_(GetCurrentDirectory()) {} in FileManager() function in FileManager
100 const IInterface* FileManager::GetInterface(const Uid& uid) const in GetInterface()
102 return const_cast<FileManager*>(this)->GetInterface(uid); in GetInterface()
105 IInterface* FileManager::GetInterface(const Uid& uid) in GetInterface()
113 void FileManager::Ref() in Ref()
118 void FileManager::Unref() in Unref()
125 IFile::Ptr FileManager::OpenFile(const string_view uriIn) in OpenFile()
143 IFile::Ptr FileManager
[all...]
H A Dproxy_filesystem.h29 class FileManager;
37 ProxyFilesystem(FileManager& fileManager, BASE_NS::string_view destination);
70 FileManager& fileManager_;
H A Dfile_manager.h35 class FileManager final : public IFileManager {
42 FileManager();
43 ~FileManager() override = default;
H A Dfilesystem_api.cpp100 return IInterface::Ptr(new FileManager());
107 return IInterface::Ptr(new FileManager());
H A Dproxy_filesystem.cpp42 ProxyFilesystem::ProxyFilesystem(FileManager& fileManager, const string_view destination) in ProxyFilesystem()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h261 } FileManager; typedef
298 static inline int32_t CheckManager(const FileManager *fileManager) in CheckManager()
306 static inline int32_t CheckSenderManager(const FileManager *fileManager) in CheckSenderManager()
314 static inline int32_t CheckReceiverManager(FileManager *fileManager) in CheckReceiverManager()
339 FileManager *FileManagerCreate(uint8_t isSender, FileManagerMsgPara *msgPara, const uint8_t *key,
343 void StopFileManagerThreads(FileManager *fileManager);
350 void FileManagerDestroy(FileManager *fileManager);
353 int32_t FileManagerSetMaxFrameLength(FileManager *fileManager, uint16_t maxFrameLength);
356 int32_t FileManagerSetRecvParaWithConnType(FileManager *fileManager, uint16_t connectType);
359 int32_t FileManagerSetWritePath(FileManager *fileManage
[all...]
H A Dnstackx_file_manager_client.h26 void SendTaskProcess(FileManager *fileManager, FileListTask *fileList);
28 void ClearSendFileList(FileManager *fileManager, FileListTask *fileList);
30 int32_t InitSendBlockLists(FileManager *fileManager);
36 void ClearSendFrameList(FileManager *fileManager);
H A Dnstackx_dfile_transfer.h172 FileManager *fileManager;
191 FileManager *fileManager;
H A Dnstackx_dfile_session.h94 FileManager *fileManager;
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c67 void NotifyFileManagerMsg(const FileManager *fileManager, FileManagerMsgType msgType) in NotifyFileManagerMsg()
237 static FileListTask *PrepareOneTaskByStatus(FileManager *fileManager, uint32_t runStatus, uint8_t *isErrorOccurred) in PrepareOneTaskByStatus()
581 static void UpdateFileListRecvStatus(FileManager *fileManager, FileListTask *fileList, FileInfo *fileInfo, int32_t ret) in UpdateFileListRecvStatus()
601 static int32_t WriteSingleBlockFrame(FileManager *fileManager, FileListTask *fileList, BlockFrame *blockFrame) in WriteSingleBlockFrame()
659 static int32_t WriteBlockFrame(FileManager *fileManager, FileListTask *fileList) in WriteBlockFrame()
763 static void RecvTaskProcess(FileManager *fileManager, FileListTask *fileList) in RecvTaskProcess()
813 static void ClearFileList(FileManager *fileManager, FileListTask *fileList) in ClearFileList()
823 static void BindFileManagerThreadToTargetCpu(FileManager *fileManager, uint32_t idx) in BindFileManagerThreadToTargetCpu()
848 FileManager *fileManager;
862 static void DoTaskProcess(FileManager *fileManage
[all...]
H A Dnstackx_file_manager_client.c35 static void CheckSendListFullAndWait(FileManager *fileManager, sem_t *sem) in CheckSendListFullAndWait()
45 static int32_t ReadFromFile(FileManager *fileManager, FileInfo *fileInfo, uint64_t offset, uint8_t *buffer, in ReadFromFile()
102 static FileDataFrame *GetEncryptedDataFrame(FileManager *fileManager, CryptPara *cryptPara, FileInfo *fileInfo, in GetEncryptedDataFrame()
152 static FileDataFrame *GetNoEncryptedDataFrame(FileManager *fileManager, FileInfo *fileInfo, uint32_t targetSequence) in GetNoEncryptedDataFrame()
257 FileDataFrame *CreateRetranBlockFrame(FileManager *fileManager, FileListTask *fileList) in CreateRetranBlockFrame()
406 static FileDataFrame *CreateSendBlockFrame(FileManager *fileManager, FileListTask *fileList) in CreateSendBlockFrame()
452 static int32_t PushFileBlockFrame(FileManager *fileManager, const FileListTask *fileList, in PushFileBlockFrame()
495 void ClearSendFileList(FileManager *fileManager, FileListTask *fileList) in ClearSendFileList()
533 uint8_t PushRetranBlockFrame(FileManager *fileManager, const FileListTask *fileList, const FileDataFrame *fileDataFrame) in PushRetranBlockFrame()
551 uint8_t PushSendBlockFrame(FileManager *fileManage
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.h37 class FileManager;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.h110 FileManager fileManager_;
H A Dplugin_registry.cpp232 InterfaceTypeInfo { &registry, UID_FILE_MANAGER, "FileManager", in RegisterGlobalInterfaces()
234 return new CORE_NS::FileManager(); in RegisterGlobalInterfaces()

Completed in 10 milliseconds