Home
last modified time | relevance | path

Searched refs:enableUpdate (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp69 software->enableUpdate(allowedApplyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp52 void enableUpdate(const std::set<RequestedApplyTimes>& allowedApplyTimes);
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp94 device->softwareCurrent->enableUpdate(applyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp97 software->enableUpdate({RequestedApplyTimes::OnReset}); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp109 software->enableUpdate(allowedApplyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_update.cpp37 device->softwareCurrent->enableUpdate({RequestedApplyTimes::Immediate}); in testSoftwareUpdateCommon()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp90 software->enableUpdate(allowedApplyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp163 void Software::enableUpdate( in enableUpdate() function in Software
H A Ddevice.cpp211 softwarePending->enableUpdate(allowedApplyTimes); in continueUpdateWithMappedPackage()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp180 software->enableUpdate(allowedApplyTimes); in initDevice()