Home
last modified time | relevance | path

Searched refs:OnBackupExtensionDied (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp126 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp603 * @tc.desc: 测试 OnBackupExtensionDied 接口
618 servicePtr_->OnBackupExtensionDied(move(bundleName)); in HWTEST_F()
623 servicePtr_->OnBackupExtensionDied(move(bundleName)); in HWTEST_F()
634 * @tc.desc: 测试 OnBackupExtensionDied 接口
657 servicePtr_->OnBackupExtensionDied(move(bundleName)); in HWTEST_F()
665 servicePtr_->OnBackupExtensionDied(move(bundleName)); in HWTEST_F()
H A Dservice_throw_test.cpp519 * @tc.desc: 测试 OnBackupExtensionDied 接口的 catch 分支
548 service->OnBackupExtensionDied("bundleName"); in HWTEST_F()
552 GTEST_LOG_(INFO) << "ServiceThrowTest-an exception occurred by OnBackupExtensionDied."; in HWTEST_F()
H A Dservice_incremental_test.cpp130 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h123 void OnBackupExtensionDied(const std::string &&bundleName, bool isSecondCalled = false);
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_session_manager.cpp283 revPtrStrong->OnBackupExtensionDied(move(bundleName), isSecondCalled); in GetBackupAbilityExt()
308 revPtrStrong->OnBackupExtensionDied(move(bundleName)); in GetBackupSAExt()
H A Dservice.cpp911 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) in OnBackupExtensionDied() function in OHOS::FileManagement::Backup::Service
923 AppRadar::GetInstance().RecordBackupFuncRes(info, "Service::OnBackupExtensionDied", GetUserIdDefault(), in OnBackupExtensionDied()
926 AppRadar::GetInstance().RecordRestoreFuncRes(info, "Service::OnBackupExtensionDied", GetUserIdDefault(), in OnBackupExtensionDied()

Completed in 15 milliseconds