Home
last modified time | relevance | path

Searched refs:ItemUpdaterMMC (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp30 std::unique_ptr<Activation> ItemUpdaterMMC::createActivationObject( in createActivationObject()
41 std::unique_ptr<Version> ItemUpdaterMMC::createVersionObject( in createVersionObject()
50 std::bind(&ItemUpdaterMMC::erase, this, std::placeholders::_1)); in createVersionObject()
55 bool ItemUpdaterMMC::validateImage(const std::string&) in validateImage()
60 void ItemUpdaterMMC::processPNORImage() {} in processPNORImage()
62 void ItemUpdaterMMC::reset() in reset()
132 bool ItemUpdaterMMC::isVersionFunctional(const std::string& versionId) in isVersionFunctional()
137 void ItemUpdaterMMC::freePriority(uint8_t, const std::string&) {} in freePriority()
139 void ItemUpdaterMMC::deleteAll() {} in deleteAll()
141 bool ItemUpdaterMMC::freeSpace() in freeSpace()
[all …]
H A Ditem_updater_mmc.hpp49 class ItemUpdaterMMC : public ItemUpdater class
52 ItemUpdaterMMC(sdbusplus::bus_t& bus, const std::string& path) : in ItemUpdaterMMC() function in openpower::software::updater::ItemUpdaterMMC
62 virtual ~ItemUpdaterMMC() = default;
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater_main.cpp41 static ItemUpdaterMMC updater(bus, SOFTWARE_OBJPATH); in initializeService()