Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.hpp38 volatileEnable = std::make_unique<ObjectEnable>(bus, volatilePath); in ItemUpdaterStatic()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.hpp57 volatileEnable = std::make_unique<ObjectEnable>(bus, volatilePath); in ItemUpdaterMMC()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.hpp38 volatileEnable = std::make_unique<ObjectEnable>(bus, volatilePath); in ItemUpdaterUbi()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.hpp172 std::unique_ptr<ObjectEnable> volatileEnable; member in openpower::software::updater::ItemUpdater