Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.hpp78 enum class UpdaterType enum in phosphor::software::updater::ItemUpdater
90 UpdaterType type = UpdaterType::ALL, in ItemUpdater()
108 if (type == UpdaterType::BMC || type == UpdaterType::ALL) in ItemUpdater()
112 if (type == UpdaterType::BIOS || type == UpdaterType::ALL) in ItemUpdater()
277 UpdaterType type;
H A Dsoftware_manager.cpp25 ItemUpdaterIntf::UpdaterType::BMC}; in main()
28 ItemUpdaterIntf::UpdaterType::BIOS}; in main()
H A Dupdate_manager.cpp44 ItemUpdaterIntf::UpdaterType type) in verifyImagePurpose()
48 return (type == ItemUpdaterIntf::UpdaterType::BIOS || in verifyImagePurpose()
49 type == ItemUpdaterIntf::UpdaterType::ALL); in verifyImagePurpose()
H A Ditem_updater_main.cpp20 ItemUpdaterIntf::UpdaterType::ALL, false); in main()