Home
last modified time | relevance | path

Searched defs:assetInfoObj (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_asset_manager_impl.cpp77 std::vector<AssetInfoObj> assetInfoObj; in DownloadFiles() local
H A Dcloud_sync_service_proxy.cpp856 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 Dcloud_sync_service_proxy_mock.cpp81 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 Dcloud_sync_service_proxy_test.cpp667 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 Di_cloud_sync_service_mock.h128 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 Dcloud_sync_service_test.cpp449 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 Dcloud_sync_service_proxy_lite.cpp241 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 Dcloud_sync_service_stub.cpp502 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 Dcloud_sync_service.cpp625 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...]

Completed in 8 milliseconds