Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp59 device->softwareCurrent->enableUpdate(applyTimes); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp66 void enableUpdate(const std::set<RequestedApplyTimes>& allowedApplyTimes);
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp171 void Software::enableUpdate( in enableUpdate()
157 void Software::enableUpdate( enableUpdate() function in Software
H A Ddevice.cpp207 softwarePending->enableUpdate(allowedApplyTimes); in continueUpdateWithMappedPackage()