/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_asset_manager_impl.cpp | 118 int32_t ret = CloudSyncServiceProxy->DownloadAsset(taskId, userId, bundleName, networkId, assetInfoObj); in DownloadFile()
|
H A D | cloud_sync_service_proxy.cpp | 959 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 D | i_cloud_sync_service.h | 56 virtual int32_t DownloadAsset(const uint64_t taskId,
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 57 int32_t DownloadAsset(const uint64_t taskId, const int32_t userId,
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 152 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 D | cloud_sync_service_test.cpp | 462 * @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 D | cloud_sync_service_stub_test.cpp | 60 MOCK_METHOD5(DownloadAsset,
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 256 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 D | cloud_sync_service.h | 67 int32_t DownloadAsset(const uint64_t taskId,
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_test.cpp | 754 * @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 D | cloud_sync_service_stub.cpp | 550 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 D | cloud_sync_service.cpp | 690 int32_t CloudSyncService::DownloadAsset(const uint64_t taskId, in DownloadAsset() function in OHOS::FileManagement::CloudSync::CloudSyncService
|