/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_asset_manager_impl.cpp | 77 std::vector<AssetInfoObj> assetInfoObj; in DownloadFiles() local
|
H A D | cloud_sync_service_proxy.cpp | 856 DownloadFile(const int32_t userId, const std::string &bundleName, AssetInfoObj &assetInfoObj) DownloadFile() argument 900 DownloadFiles(const int32_t userId, const std::string &bundleName, const std::vector<AssetInfoObj> &assetInfoObj, std::vector<bool> &assetResultMap) DownloadFiles() argument 959 DownloadAsset(const uint64_t taskId, const int32_t userId, const std::string &bundleName, const std::string &networkId, AssetInfoObj &assetInfoObj) DownloadAsset() argument [all...] |
/foundation/filemanagement/dfs_service/test/mock/ipc/ |
H A D | cloud_sync_service_proxy_mock.cpp | 81 int32_t DownloadFile(const int32_t userId, const std::string &bundleName, AssetInfoObj &assetInfoObj) in DownloadFile() argument
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_test.cpp | 667 AssetInfoObj assetInfoObj; in HWTEST_F() local 685 AssetInfoObj assetInfoObj; in HWTEST_F() local 703 std::vector<AssetInfoObj> assetInfoObj; in HWTEST_F() local 722 std::vector<AssetInfoObj> assetInfoObj; in HWTEST_F() local 743 std::vector<AssetInfoObj> assetInfoObj; in HWTEST_F() local 765 AssetInfoObj assetInfoObj; HWTEST_F() local 785 AssetInfoObj assetInfoObj; HWTEST_F() local [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 128 int32_t DownloadFile(const int32_t userId, const std::string &bundleName, AssetInfoObj &assetInfoObj) in DownloadFile() argument 132 DownloadFiles(const int32_t userId, const std::string &bundleName, const std::vector<AssetInfoObj> &assetInfoObj, std::vector<bool> &assetResultMap) DownloadFiles() argument 152 DownloadAsset(const uint64_t taskId, const int32_t userId, const std::string &bundleName, const std::string &networkId, AssetInfoObj &assetInfoObj) DownloadAsset() argument
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_test.cpp | 449 AssetInfoObj assetInfoObj; in HWTEST_F() local 475 AssetInfoObj assetInfoObj; in HWTEST_F() local 500 AssetInfoObj assetInfoObj; in HWTEST_F() local
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 241 DownloadFile(const int32_t userId, const std::string &bundleName, AssetInfoObj &assetInfoObj) DownloadFile() argument 248 DownloadFiles(const int32_t userId, const std::string &bundleName, const std::vector<AssetInfoObj> &assetInfoObj, std::vector<bool> &assetResultMap) DownloadFiles() argument 256 DownloadAsset(const uint64_t taskId, const int32_t userId, const std::string &bundleName, const std::string &networkId, AssetInfoObj &assetInfoObj) DownloadAsset() argument
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 502 sptr<AssetInfoObj> assetInfoObj = data.ReadParcelable<AssetInfoObj>(); in HandleDownloadFile() local 527 std::vector<AssetInfoObj> assetInfoObj; in HandleDownloadFiles() local 563 sptr<AssetInfoObj> assetInfoObj = data.ReadParcelable<AssetInfoObj>(); in HandleDownloadAsset() local
|
H A D | cloud_sync_service.cpp | 625 int32_t CloudSyncService::DownloadFile(const int32_t userId, const std::string &bundleName, AssetInfoObj &assetInfoObj) in DownloadFile() argument 656 DownloadFiles(const int32_t userId, const std::string &bundleName, const std::vector<AssetInfoObj> &assetInfoObj, std::vector<bool> &assetResultMap) DownloadFiles() argument 690 DownloadAsset(const uint64_t taskId, const int32_t userId, const std::string &bundleName, const std::string &networkId, AssetInfoObj &assetInfoObj) DownloadAsset() argument [all...] |