Searched refs:NotifyCloneBundleFinish (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 769 NotifyCloneBundleFinish(callerName, sennario); in ServiceResultReport() 772 NotifyCloneBundleFinish(callerName, sennario); in ServiceResultReport() 780 NotifyCloneBundleFinish(callerName, sennario); in ServiceResultReport() 783 NotifyCloneBundleFinish(callerName, sennario); in ServiceResultReport() 787 NotifyCloneBundleFinish(callerName, sennario); in ServiceResultReport() 809 void Service::NotifyCloneBundleFinish(std::string bundleName, const BackupRestoreScenario sennario) in NotifyCloneBundleFinish() function in OHOS::FileManagement::Backup::Service
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 436 void NotifyCloneBundleFinish(std::string bundleName, const BackupRestoreScenario sennario);
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_other_test.cpp | 1003 * @tc.desc: 测试 NotifyCloneBundleFinish 1016 service->NotifyCloneBundleFinish(bundleName, senario); in HWTEST_F() 1023 service->NotifyCloneBundleFinish(bundleName, senario); in HWTEST_F() 1029 service->NotifyCloneBundleFinish(bundleName, senario); in HWTEST_F() 1036 service->NotifyCloneBundleFinish(bundleName, senario); in HWTEST_F() 1040 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by NotifyCloneBundleFinish."; in HWTEST_F()
|
H A D | service_test.cpp | 1503 * @tc.desc: 测试 NotifyCloneBundleFinish 接口 1520 servicePtr_->NotifyCloneBundleFinish(BUNDLE_NAME, BackupRestoreScenario::FULL_RESTORE); in HWTEST_F() 1523 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by NotifyCloneBundleFinish."; in HWTEST_F()
|
Completed in 9 milliseconds