Home
last modified time | relevance | path

Searched refs:StartRestore (Results 1 - 25 of 25) sorted by relevance

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/
H A Dapp_gallery_dispose_proxy_mock.h28 virtual DisposeErr StartRestore(const std::string&) = 0;
41 MOCK_METHOD(DisposeErr, StartRestore, (const std::string&));
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/src/
H A Dapp_gallery_dispose_proxy_mock.cpp55 DisposeErr AppGalleryDisposeProxy::StartRestore(const string &bundleName) in StartRestore() function in OHOS::FileManagement::Backup::AppGalleryDisposeProxy
57 return BAppGalleryDisposeProxy::proxy->StartRestore(bundleName); in StartRestore()
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Drestore_interface.h30 virtual int32_t StartRestore() = 0;
H A Dringtone_restore.h31 int32_t StartRestore() override;
H A Dringtone_dualfwk_restore.h36 int32_t StartRestore() override;
H A Dringtone_restore_base.h31 int32_t StartRestore() override;
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_restore_service.cpp81 void BackupRestoreService::StartRestore(const std::shared_ptr<AbilityRuntime::Context> &context, in StartRestore() function in OHOS::Media::BackupRestoreService
93 restoreService_->StartRestore(serviceBackupDir_, UPGRADE_FILE_DIR); in StartRestore()
H A Dmedialibrary_backup_napi.cpp120 BackupRestoreService::GetInstance().StartRestore(block->context.lock(), block->restoreInfo);
185 NAPI_INFO_LOG("StartRestore, sceneCode = %{public}d", restoreInfo.sceneCode);
H A Dbase_restore.cpp55 void BaseRestore::StartRestore(const std::string &backupRetoreDir, const std::string &upgradePath) in StartRestore() function in OHOS::Media::BaseRestore
742 StartRestore(backupRetoreDir, upgradePath); in StartRestoreEx()
H A Dclone_restore.cpp185 void CloneRestore::StartRestore(const string &backupRestoreDir, const string &upgradePath) in StartRestore() function in OHOS::Media::CloneRestore
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_restore_service.h40 void StartRestore(const std::shared_ptr<AbilityRuntime::Context> &context, const RestoreInfo &info);
H A Dbase_restore.h35 virtual void StartRestore(const std::string &backupRetorePath, const std::string &upgradePath);
H A Dclone_restore.h43 void StartRestore(const std::string &backupRestorePath, const std::string &upgradePath) override;
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dapp_gallery_dispose_proxy_mock.cpp54 DisposeErr AppGalleryDisposeProxy::StartRestore(const std::string &bundleName) in StartRestore() function in OHOS::FileManagement::Backup::AppGalleryDisposeProxy
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore.cpp124 int32_t RingtoneRestore::StartRestore() in StartRestore() function in OHOS::Media::RingtoneRestore
129 auto ret = RingtoneRestoreBase::StartRestore(); in StartRestore()
H A Dringtone_dualfwk_restore.cpp386 int32_t RingtoneDualFwkRestore::StartRestore() in StartRestore() function in OHOS::Media::RingtoneDualFwkRestore
392 auto ret = RingtoneRestoreBase::StartRestore(); in StartRestore()
H A Dringtone_restore_napi.cpp101 ret = restore->StartRestore(); in RingtoneRestore()
H A Dringtone_restore_base.cpp83 int32_t RingtoneRestoreBase::StartRestore() in StartRestore() function in OHOS::Media::RingtoneRestoreBase
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_app_gallery/
H A Dapp_gallery_dispose_proxy.h44 DisposeErr StartRestore(const std::string &bundleName);
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp82 g_restoreDualFwkService->StartRestore(); in HWTEST_F()
101 g_restoreDualFwkService->StartRestore(); in HWTEST_F()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/
H A Dringtone_restore_test.cpp220 g_restoreService->StartRestore(); in HWTEST_F()
240 g_restoreService->StartRestore(); in HWTEST_F()
247 g_restoreService->StartRestore(); in HWTEST_F()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_app_gallery/
H A Dapp_gallery_dispose_proxy.cpp78 DisposeErr AppGalleryDisposeProxy::StartRestore(const std::string &bundleName) in StartRestore() function in OHOS::FileManagement::Backup::AppGalleryDisposeProxy
81 HILOGI("SA does not need to StartRestore"); in StartRestore()
84 HILOGI("StartRestore, app %{public}s", bundleName.c_str()); in StartRestore()
112 AppRadar::GetInstance().RecordRestoreFuncRes(info, "StartRestore", AppRadar::GetInstance().GetUserId(), in RecordDoDisposeRes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h243 void StartRestore(const RouterPageInfo& target);
H A Dpage_router_manager.cpp519 StartRestore(RouterPageInfo()); in StartPop()
549 void PageRouterManager::StartRestore(const RouterPageInfo& target) in StartRestore() function in OHOS::Ace::NG::PageRouterManager
1283 StartRestore(newInfo); in StartBack()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1268 HILOGI("SA does not need to StartRestore"); in SendStartAppGalleryNotify()
1280 DisposeErr disposeErr = AppGalleryDisposeProxy::GetInstance()->StartRestore(bundleName); in SendStartAppGalleryNotify()
1281 HILOGI("StartRestore, code=%{public}d, bundleName=%{public}s", disposeErr, in SendStartAppGalleryNotify()

Completed in 25 milliseconds