Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp204 std::unique_ptr<Activation> ItemUpdaterStatic::createActivationObject( in createActivationObject()
215 std::unique_ptr<Version> ItemUpdaterStatic::createVersionObject( in createVersionObject()
224 std::bind(&ItemUpdaterStatic::erase, this, std::placeholders::_1)); in createVersionObject()
229 bool ItemUpdaterStatic::validateImage(const std::string&) in validateImage()
235 void ItemUpdaterStatic::processPNORImage() in processPNORImage()
310 void ItemUpdaterStatic::reset() in reset()
324 bool ItemUpdaterStatic::isVersionFunctional(const std::string& versionId) in isVersionFunctional()
329 void ItemUpdaterStatic::freePriority(uint8_t, const std::string&) {} in freePriority()
331 void ItemUpdaterStatic::deleteAll() in deleteAll()
337 bool ItemUpdaterStatic::freeSpace() in freeSpace()
[all …]
H A Ditem_updater_static.hpp30 class ItemUpdaterStatic : public ItemUpdater class
33 ItemUpdaterStatic(sdbusplus::bus_t& bus, const std::string& path) : in ItemUpdaterStatic() function in openpower::software::updater::ItemUpdaterStatic
43 virtual ~ItemUpdaterStatic() = default;
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater_main.cpp43 static ItemUpdaterStatic updater(bus, SOFTWARE_OBJPATH); in initializeService()