Home
last modified time | relevance | path

Searched refs:SetInstallResult (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_install_apply_mode_empty.cpp80 void FirmwareInstallApplyMode::SetInstallResult(const InstallCallbackInfo &installCallbackInfo) in SetInstallResult() function in OHOS::UpdateEngine::FirmwareInstallApplyMode
82 installStepDataProcessor_.SetInstallResult(installCallbackInfo); in SetInstallResult()
H A Dfirmware_install_apply_mode.cpp170 void FirmwareInstallApplyMode::SetInstallResult(const InstallCallbackInfo &installCallbackInfo) in SetInstallResult() function in OHOS::UpdateEngine::FirmwareInstallApplyMode
172 installStepDataProcessor_.SetInstallResult(installCallbackInfo); in SetInstallResult()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/include/
H A Dfirmware_install_data_processor.h29 void SetInstallResult(const InstallCallbackInfo &installCallbackInfo);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_iexecute_mode.h44 virtual void SetInstallResult(const InstallCallbackInfo &installCallbackInfo) {}; in SetInstallResult() function
H A Dfirmware_install_apply_mode.h42 void SetInstallResult(const InstallCallbackInfo &installCallbackInfo) final;
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_install_data_processor.cpp69 void FirmwareInstallDataProcessor::SetInstallResult(const InstallCallbackInfo &installCallbackInfo) in SetInstallResult() function in OHOS::UpdateEngine::FirmwareInstallDataProcessor
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_flow_manager.cpp114 executeMode_->SetInstallResult(installCallbackInfo); in OnInstallCallback()