Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.hpp27 using ObjectEnable = sdbusplus::server::object_t< typedef
172 std::unique_ptr<ObjectEnable> volatileEnable;
/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()