Home
last modified time | relevance | path

Searched refs:GetCloudAssetsDownloader (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
H A Dcloud_file_kit_impl.h34 std::shared_ptr<CloudAssetsDownloader> GetCloudAssetsDownloader(const int32_t userId,
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dcloud_file_kit.h51 virtual std::shared_ptr<CloudAssetsDownloader> GetCloudAssetsDownloader(const int32_t userId,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Dcloud_file_kit.cpp86 std::shared_ptr<CloudAssetsDownloader> CloudFileKit::GetCloudAssetsDownloader(const int32_t userId, in GetCloudAssetsDownloader() function in OHOS::FileManagement::CloudFile::CloudFileKit
/ohos5.0/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
H A Dcloud_file_kit_impl.cpp71 std::shared_ptr<CloudAssetsDownloader> CloudFileKitImpl::GetCloudAssetsDownloader(const int32_t use… in GetCloudAssetsDownloader() function in OHOS::FileManagement::CloudFile::CloudFileKitImpl
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp617 auto assetsDownloader = instance->GetCloudAssetsDownloader(userId, bundleName); in DownloadFile()
649 auto assetsDownloader = instance->GetCloudAssetsDownloader(userId, bundleName); in DownloadFiles()