Home
last modified time | relevance | path

Searched refs:ServiceResultReport (Results 1 - 17 of 17) sorted by relevance

/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/
H A Dservice_proxy_mock.h38 MOCK_METHOD3(ServiceResultReport, ErrCode(const std::string restoreRetInfo,
H A Dservice_proxy_mock.cpp58 ErrCode ServiceProxy::ServiceResultReport(const std::string restoreRetInfo, in ServiceResultReport() function in OHOS::FileManagement::Backup::ServiceProxy
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Dservice_proxy.h38 ErrCode ServiceResultReport(const std::string restoreRetInfo,
H A Di_service.h55 virtual ErrCode ServiceResultReport(const std::string restoreRetInfo,
/foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/
H A Dservice_proxy_mock.cpp78 ErrCode ServiceProxy::ServiceResultReport(const std::string restoreRetInfo, in ServiceResultReport() function in OHOS::FileManagement::Backup::ServiceProxy
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/
H A Di_service_mock.h92 ErrCode ServiceResultReport(const std::string restoreRetInfo,
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp75 ErrCode Service::ServiceResultReport(const std::string restoreRetInfo, in ServiceResultReport() function in OHOS::FileManagement::Backup::Service
H A Dservice_stub_mock.cpp171 int res = ServiceResultReport(restoreRetInfo, type, errCode); in CmdResultReport()
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp449 * @tc.desc: 测试 ServiceResultReport 接口
462 auto ret = servicePtr_->ServiceResultReport("test", BackupRestoreScenario::FULL_RESTORE, 0); in HWTEST_F()
465 ret = servicePtr_->ServiceResultReport("test", BackupRestoreScenario::INCREMENTAL_RESTORE, 0); in HWTEST_F()
468 ret = servicePtr_->ServiceResultReport("test", BackupRestoreScenario::FULL_BACKUP, 0); in HWTEST_F()
471 ret = servicePtr_->ServiceResultReport("test", BackupRestoreScenario::INCREMENTAL_BACKUP, 0); in HWTEST_F()
474 ret = servicePtr_->ServiceResultReport("test", static_cast<BackupRestoreScenario>(1000), 0); in HWTEST_F()
478 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by ServiceResultReport."; in HWTEST_F()
H A Dservice_stub_test.cpp53 MOCK_METHOD3(ServiceResultReport, ErrCode(const string restoreRetInfo,
1370 EXPECT_CALL(*service, ServiceResultReport(_, _, _)).WillOnce(Return(BError(BError::Codes::OK))); in HWTEST_F()
1399 EXPECT_CALL(*service, ServiceResultReport(_, _, _)).WillOnce(Return(BError(BError::Codes::OK))); in HWTEST_F()
H A Dservice_incremental_test.cpp79 ErrCode Service::ServiceResultReport(const std::string restoreRetInfo, in ServiceResultReport() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h53 ErrCode ServiceResultReport(const std::string restoreRetInfo,
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_proxy_test.cpp277 * @tc.desc: 测试 ServiceResultReport
296 int32_t result = proxy_->ServiceResultReport(restoreRetInfo, scenario, BError(BError::Codes::OK)); in HWTEST_F()
299 result = proxy_->ServiceResultReport(restoreRetInfo, scenario, BError(BError::Codes::OK)); in HWTEST_F()
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_proxy.cpp213 ErrCode ServiceProxy::ServiceResultReport(const std::string restoreRetInfo, in ServiceResultReport() function in OHOS::FileManagement::Backup::ServiceProxy
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp263 int res = ServiceResultReport(restoreRetInfo, secenrioInfo, errCode); in CmdResultReport()
H A Dservice.cpp760 ErrCode Service::ServiceResultReport(const std::string restoreRetInfo, in ServiceResultReport() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp1624 auto ret = proxy->ServiceResultReport(restoreRetInfo, scenario, errCode); in AppResultReport()

Completed in 22 milliseconds