Searched refs:freePriority (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | activation.hpp | 77 bool freePriority = true) : in RedundancyPriority() argument 83 if (freePriority) in RedundancyPriority()
|
H A D | item_updater.hpp | 139 void freePriority(uint8_t value, const std::string& versionId);
|
H A D | activation.cpp | 300 parent.parent.freePriority(value, parent.versionId); in priority()
|
H A D | item_updater.cpp | 604 void ItemUpdater::freePriority(uint8_t value, const std::string& versionId) in freePriority() function in phosphor::software::updater::ItemUpdater
|
/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | item_updater_static.hpp | 45 void freePriority(uint8_t value, const std::string& versionId) override;
|
H A D | item_updater_static.cpp | 329 void ItemUpdaterStatic::freePriority(uint8_t, const std::string&) {} in freePriority() function in openpower::software::updater::ItemUpdaterStatic
|
/openbmc/openpower-pnor-code-mgmt/mmc/ |
H A D | item_updater_mmc.hpp | 64 void freePriority(uint8_t value, const std::string& versionId) override;
|
H A D | item_updater_mmc.cpp | 137 void ItemUpdaterMMC::freePriority(uint8_t, const std::string&) {} in freePriority() function in openpower::software::updater::ItemUpdaterMMC
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | item_updater_ubi.hpp | 45 void freePriority(uint8_t value, const std::string& versionId) override;
|
H A D | item_updater_ubi.cpp | 281 void ItemUpdaterUbi::freePriority(uint8_t value, const std::string& versionId) in freePriority() function in openpower::software::updater::ItemUpdaterUbi
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | item_updater.hpp | 102 virtual void freePriority(uint8_t value, const std::string& versionId) = 0;
|
H A D | activation.cpp | 234 parent.parent.freePriority(value, parent.versionId); in priority()
|