Home
last modified time | relevance | path

Searched refs:StopDownloadFile (Results 1 - 22 of 22) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Di_cloud_sync_service.h46 virtual int32_t StopDownloadFile(const std::string &path, bool needClean = false) = 0;
H A Dcloud_sync_manager.h109 virtual int32_t StopDownloadFile(const std::string &path, bool needClean = false) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp75 int32_t DataSyncManager::StopDownloadFile(const BundleNameUserInfo &bundleNameUserInfo, in StopDownloadFile() function in OHOS::FileManagement::CloudFile::DataSyncManager
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h50 virtual int32_t StopDownloadFile(const BundleNameUserInfo &bundleNameUserInfo,
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h47 int32_t StopDownloadFile(const std::string &uri, bool needClean = false) override;
H A Dcloud_sync_manager_impl.h51 int32_t StopDownloadFile(const std::string &uri, bool needClean = false) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_unnomal_test.cpp199 * @tc.desc: Verify the StopDownloadFile function.
208 auto res = managePtr_->StopDownloadFile(uri); in HWTEST_F()
H A Dcloud_sync_manager_impl_test.cpp393 * @tc.desc: Verify the StopDownloadFile function.
402 auto res = CloudSyncManagerImpl::GetInstance().StopDownloadFile(uri); in HWTEST_F()
H A Dcloud_sync_service_proxy_test.cpp588 * @tc.desc: Verify the StopDownloadFile function.
594 GTEST_LOG_(INFO) << "StopDownloadFile Start"; in HWTEST_F()
598 int result = proxy_->StopDownloadFile(uri); in HWTEST_F()
600 GTEST_LOG_(INFO) << "StopDownloadFile End"; in HWTEST_F()
605 * @tc.desc: Verify the StopDownloadFile function.
611 GTEST_LOG_(INFO) << "StopDownloadFile Start"; in HWTEST_F()
615 int result = proxy_->StopDownloadFile(uri); in HWTEST_F()
617 GTEST_LOG_(INFO) << "StopDownloadFile End"; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h108 int32_t StopDownloadFile(const std::string &path, bool needClean = false) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp268 int32_t CloudSyncManagerImpl::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
270 LOGI("StopDownloadFile start"); in StopDownloadFile()
277 int32_t ret = CloudSyncServiceProxy->StopDownloadFile(uri, needClean); in StopDownloadFile()
278 LOGI("StopDownloadFile ret %{public}d", ret); in StopDownloadFile()
H A Dcloud_sync_service_proxy.cpp660 int32_t CloudSyncServiceProxy::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
662 LOGI("StopDownloadFile Start"); in StopDownloadFile()
679 LOGI("StopDownloadFile Start, uri: %{public}s, path: %{public}s", in StopDownloadFile()
705 LOGI("StopDownloadFile Success"); in StopDownloadFile()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp216 int32_t CloudSyncServiceProxy::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h57 int32_t StopDownloadFile(const std::string &path, bool needClean = false) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp48 MOCK_METHOD2(StopDownloadFile, int32_t(const std::string &path, bool needClean));
459 EXPECT_CALL(service, StopDownloadFile(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
H A Dcloud_sync_service_test.cpp356 * @tc.desc:Verify the StopDownloadFile function.
362 GTEST_LOG_(INFO) << "StopDownloadFile start"; in HWTEST_F()
366 int ret = g_servicePtr_->StopDownloadFile(path, needClean); in HWTEST_F()
370 GTEST_LOG_(INFO) << "StopDownloadFile FAILED"; in HWTEST_F()
372 GTEST_LOG_(INFO) << "StopDownloadFile end"; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp141 CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in StopDownloadFileFuzzTest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp565 int32_t CloudSyncService::StopDownloadFile(const std::string &path, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncService
572 LOGI("start StopDownloadFile"); in StopDownloadFile()
573 return dataSyncManager_->StopDownloadFile(bundleNameUserInfo, path, needClean); in StopDownloadFile()
H A Dcloud_sync_service_stub.cpp412 int32_t res = StopDownloadFile(path, needClean); in HandleStopDownloadFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp234 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(path); in StopDownloadFiles()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp282 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in Stop()
H A Dcloud_file_cache_napi.cpp207 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in StopFileCache()

Completed in 16 milliseconds