Searched refs:DownloadSize (Results 1 – 12 of 12) sorted by relevance
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/ |
D | dk_assets_downloader.h | 31 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/ |
D | dk_assets_downloader.cpp | 29 …std::function<void(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize)> progress… in DownLoadAssets()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
D | dk_assets_downloader_mock.cpp | 29 …std::function<void(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize)> progress… in DownLoadAssets()
|
D | sdk_helper_mock.cpp | 89 DriveKit::TotalSize, DriveKit::DownloadSize)> progressCallback) in DownloadAssets()
|
D | data_syncer_mock.cpp | 124 …d EmptyDownLoadAssetsprogress(std::shared_ptr<DKContext>, DKDownloadAsset, TotalSize, DownloadSize) in EmptyDownLoadAssetsprogress() argument
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
D | cloud_download_callback_manager.h | 51 DriveKit::DownloadSize downloadSize);
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_adapter/ |
D | dk_assets_downloader_test.cpp | 75 DownloadSize)> progressCallback = nullptr;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
D | cloud_download_callback_manager.cpp | 113 DriveKit::DownloadSize downloadSize) in OnDownloadProcess()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
D | cloud_download_callback_manager_test.cpp | 209 DriveKit::DownloadSize downloadSize = 1024;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/ |
D | sdk_helper.h | 97 DriveKit::DownloadSize)> progressCallback);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/ |
D | sdk_helper.cpp | 158 DriveKit::TotalSize, DriveKit::DownloadSize)> progressCallback) in DownloadAssets()
|
D | data_syncer.cpp | 286 …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()
|