/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_manager.h | 111 virtual int32_t StopDownloadFile(const std::string &path, bool needClean = false) = 0;
|
H A D | i_cloud_sync_service.h | 49 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 D | data_sync_manager.cpp | 81 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 D | data_sync_manager.h | 54 virtual int32_t StopDownloadFile(const BundleNameUserInfo &bundleNameUserInfo,
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_manager_impl.h | 53 int32_t StopDownloadFile(const std::string &uri, bool needClean = false) override;
|
H A D | cloud_sync_service_proxy.h | 55 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 D | i_cloud_sync_service_mock.h | 111 int32_t StopDownloadFile(const std::string &path, bool needClean = false)
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 283 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 D | cloud_sync_service_proxy.cpp | 691 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 D | cloud_sync_manager_impl_unnomal_test.cpp | 208 auto res = managePtr_->StopDownloadFile(uri);
|
H A D | cloud_sync_manager_impl_test.cpp | 402 auto res = CloudSyncManagerImpl::GetInstance().StopDownloadFile(uri);
|
H A D | cloud_sync_service_proxy_test.cpp | 598 int result = proxy_->StopDownloadFile(uri); 615 int result = proxy_->StopDownloadFile(uri);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 59 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 D | cloud_sync_service_proxy_lite.cpp | 228 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 D | cloudsyncmanager_fuzzer.cpp | 141 CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in StopDownloadFileFuzzTest()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 549 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 D | cloud_sync_service_stub.cpp | 420 int32_t res = StopDownloadFile(path, needClean); in HandleStopDownloadFile()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 52 MOCK_METHOD2(StopDownloadFile, int32_t(const std::string &path, bool needClean)); 492 EXPECT_CALL(service, StopDownloadFile(_, _)).WillOnce(Return(E_OK));
|
H A D | cloud_sync_service_test.cpp | 366 int ret = g_servicePtr_->StopDownloadFile(path, needClean);
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_napi.cpp | 285 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in Stop()
|
H A D | cloud_file_cache_napi.cpp | 215 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(uri, needClean); in StopFileCache()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | background_cloud_file_processor.cpp | 248 int32_t ret = CloudSyncManager::GetInstance().StopDownloadFile(path); in StopDownloadFiles()
|