Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h111 virtual int32_t StopDownloadFile(const std::string &path, bool needClean = false) = 0;
H A Di_cloud_sync_service.h49 virtual int32_t StopDownloadFile(const std::string &path, bool needClean = false) = 0;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp81 int32_t DataSyncManager::StopDownloadFile(const BundleNameUserInfo &bundleNameUserInfo, in StopDownloadFile() function in OHOS::FileManagement::CloudFile::DataSyncManager
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h54 virtual int32_t StopDownloadFile(const BundleNameUserInfo &bundleNameUserInfo,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h53 int32_t StopDownloadFile(const std::string &uri, bool needClean = false) override;
H A Dcloud_sync_service_proxy.h55 int32_t StopDownloadFile(const std::string &uri, bool needClean = false) override;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h111 int32_t StopDownloadFile(const std::string &path, bool needClean = false)
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp283 int32_t CloudSyncManagerImpl::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
292 int32_t ret = CloudSyncServiceProxy->StopDownloadFile(uri, needClean); in StopDownloadFile()
H A Dcloud_sync_service_proxy.cpp691 int32_t CloudSyncServiceProxy::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_unnomal_test.cpp208 auto res = managePtr_->StopDownloadFile(uri);
H A Dcloud_sync_manager_impl_test.cpp402 auto res = CloudSyncManagerImpl::GetInstance().StopDownloadFile(uri);
H A Dcloud_sync_service_proxy_test.cpp598 int result = proxy_->StopDownloadFile(uri);
615 int result = proxy_->StopDownloadFile(uri);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h59 int32_t StopDownloadFile(const std::string &path, bool needClean = false) override;
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp228 int32_t CloudSyncServiceProxy::StopDownloadFile(const std::string &uri, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp141 CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in StopDownloadFileFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp549 int32_t CloudSyncService::StopDownloadFile(const std::string &path, bool needClean) in StopDownloadFile() function in OHOS::FileManagement::CloudSync::CloudSyncService
557 return dataSyncManager_->StopDownloadFile(bundleNameUserInfo, path, needClean); in StopDownloadFile()
H A Dcloud_sync_service_stub.cpp420 int32_t res = StopDownloadFile(path, needClean); in HandleStopDownloadFile()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp52 MOCK_METHOD2(StopDownloadFile, int32_t(const std::string &path, bool needClean));
492 EXPECT_CALL(service, StopDownloadFile(_, _)).WillOnce(Return(E_OK));
H A Dcloud_sync_service_test.cpp366 int ret = g_servicePtr_->StopDownloadFile(path, needClean);
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp285 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in Stop()
H A Dcloud_file_cache_napi.cpp215 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in StopFileCache()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp248 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(path); in StopDownloadFiles()