/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | service_reverse_test.cpp | 271 service_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 598 service_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 626 service_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 653 service_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 845 service_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 875 service_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME);
|
H A D | service_reverse_stub_test.cpp | 49 MOCK_METHOD2(RestoreOnBundleStarted, void(int32_t errCode, std::string bundleName)); 276 EXPECT_CALL(service, RestoreOnBundleStarted(_, _)).WillOnce(Return());
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | service_reverse_proxy_mock.cpp | 35 void ServiceReverseProxy::RestoreOnBundleStarted(int32_t errCode, string bundleName) {} in RestoreOnBundleStarted() function in OHOS::FileManagement::Backup::ServiceReverseProxy
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/ |
H A D | i_service_reverse.h | 43 virtual void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) = 0;
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service_reverse_proxy.h | 32 void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) override;
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/ |
H A D | service_reverse_mock.h | 46 void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) override {} in RestoreOnBundleStarted() function
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/include/ |
H A D | service_reverse.h | 35 void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) override;
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/ |
H A D | service_reverse.cpp | 82 void ServiceReverse::RestoreOnBundleStarted(int32_t errCode, string bundleName) in RestoreOnBundleStarted() function in OHOS::FileManagement::Backup::ServiceReverse
|
H A D | service_reverse_stub.cpp | 171 RestoreOnBundleStarted(errCode, bundleName); in CmdRestoreOnBundleStarted()
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_reverse_proxy.cpp | 132 void ServiceReverseProxy::RestoreOnBundleStarted(int32_t errCode, string bundleName) in RestoreOnBundleStarted() function in OHOS::FileManagement::Backup::ServiceReverseProxy
|
H A D | service.cpp | 525 session->GetServiceReverseProxy()->RestoreOnBundleStarted(error, bundleName); in OnBundleStarted() 1117 session_->GetServiceReverseProxy()->RestoreOnBundleStarted(ret, bundleName); in ExtStart() 1167 session_->GetServiceReverseProxy()->RestoreOnBundleStarted(ret, bundleName); in ReportOnExtConnectFailed()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_reverse_proxy_test.cpp | 615 proxy_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 640 proxy_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 649 proxy_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 659 proxy_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME); 670 proxy_->RestoreOnBundleStarted(BError(BError::Codes::OK), BUNDLE_NAME);
|