Home
last modified time | relevance | path

Searched refs:DownloadAsset (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_asset_manager_impl.cpp118 int32_t ret = CloudSyncServiceProxy->DownloadAsset(taskId, userId, bundleName, networkId, assetInfoObj); in DownloadFile()
H A Dcloud_sync_service_proxy.cpp959 int32_t CloudSyncServiceProxy::DownloadAsset(const uint64_t taskId, in DownloadAsset() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Di_cloud_sync_service.h56 virtual int32_t DownloadAsset(const uint64_t taskId,
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h57 int32_t DownloadAsset(const uint64_t taskId, const int32_t userId,
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h152 int32_t DownloadAsset(const uint64_t taskId, in DownloadAsset() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp462 * @tc.desc:Verify the DownloadAsset function.
477 int ret = g_servicePtr_->DownloadAsset(taskId, userId, bundleName, networkId, assetInfoObj); in HWTEST_F()
488 * @tc.desc:Verify the DownloadAsset function.
501 int ret = g_servicePtr_->DownloadAsset(taskId, userId, bundleName, networkId, assetInfoObj); in HWTEST_F()
H A Dcloud_sync_service_stub_test.cpp60 MOCK_METHOD5(DownloadAsset,
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp256 int32_t CloudSyncServiceProxy::DownloadAsset(const uint64_t taskId, in DownloadAsset() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h67 int32_t DownloadAsset(const uint64_t taskId,
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_test.cpp754 * @tc.desc: Verify the DownloadAsset function.
767 int ret = proxy_->DownloadAsset(taskId, userId, bundleName, networkId, assetInfoObj); in HWTEST_F()
774 * @tc.desc: Verify the DownloadAsset function.
787 int ret = proxy_->DownloadAsset(taskId, userId, bundleName, networkId, assetInfoObj); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp550 LOGI("Begin DownloadAsset"); in HandleDownloadAsset()
568 int32_t res = DownloadAsset(taskId, userId, bundleName, networkId, *assetInfoObj); in HandleDownloadAsset()
570 LOGI("End DownloadAsset"); in HandleDownloadAsset()
H A Dcloud_sync_service.cpp690 int32_t CloudSyncService::DownloadAsset(const uint64_t taskId, in DownloadAsset() function in OHOS::FileManagement::CloudSync::CloudSyncService

Completed in 10 milliseconds