Home
last modified time | relevance | path

Searched refs:RestoreOnBundleStarted (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_reverse_test.cpp271 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 Dservice_reverse_stub_test.cpp49 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 Dservice_reverse_proxy_mock.cpp35 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 Di_service_reverse.h43 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 Dservice_reverse_proxy.h32 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 Dservice_reverse_mock.h46 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 Dservice_reverse.h35 void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) override;
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_reverse.cpp82 void ServiceReverse::RestoreOnBundleStarted(int32_t errCode, string bundleName) in RestoreOnBundleStarted() function in OHOS::FileManagement::Backup::ServiceReverse
H A Dservice_reverse_stub.cpp171 RestoreOnBundleStarted(errCode, bundleName); in CmdRestoreOnBundleStarted()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_reverse_proxy.cpp132 void ServiceReverseProxy::RestoreOnBundleStarted(int32_t errCode, string bundleName) in RestoreOnBundleStarted() function in OHOS::FileManagement::Backup::ServiceReverseProxy
H A Dservice.cpp525 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 Dservice_reverse_proxy_test.cpp615 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);