Home
last modified time | relevance | path

Searched refs:DownloadSize (Results 1 – 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
Ddk_assets_downloader.h31 using DownloadSize = int64_t; variable
66 …std::function<void(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize)> progress…
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
Ddk_assets_downloader.cpp29 …std::function<void(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize)> progress… in DownLoadAssets()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddk_assets_downloader_mock.cpp29 …std::function<void(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize)> progress… in DownLoadAssets()
Dsdk_helper_mock.cpp89 DriveKit::TotalSize, DriveKit::DownloadSize)> progressCallback) in DownloadAssets()
Ddata_syncer_mock.cpp124 …d EmptyDownLoadAssetsprogress(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize) in EmptyDownLoadAssetsprogress() argument
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
Dcloud_download_callback_manager.h51 DriveKit::DownloadSize downloadSize);
/foundation/filemanagement/dfs_service/test/unittests/cloud_adapter/
Ddk_assets_downloader_test.cpp75 DownloadSize)> progressCallback = nullptr;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
Dcloud_download_callback_manager.cpp113 DriveKit::DownloadSize downloadSize) in OnDownloadProcess()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
Dcloud_download_callback_manager_test.cpp209 DriveKit::DownloadSize downloadSize = 1024;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/
Dsdk_helper.h97 DriveKit::DownloadSize)> progressCallback);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Dsdk_helper.cpp158 DriveKit::TotalSize, DriveKit::DownloadSize)> progressCallback) in DownloadAssets()
Ddata_syncer.cpp286 …td::shared_ptr<DriveKit::DKContext>, DriveKit::DKDownloadAsset, TotalSize, DriveKit::DownloadSize)>
320 …gress(shared_ptr<DKContext> context, DKDownloadAsset asset, TotalSize total, DownloadSize download) in ThumbDownLoadProgress()
432 … TotalSize totalSize, DownloadSize downloadSize) { in DownloadInner()