Searched refs:UpdaterType (Results 1 – 4 of 4) sorted by relevance
78 enum class UpdaterType enum in phosphor::software::updater::ItemUpdater90 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;
25 ItemUpdaterIntf::UpdaterType::BMC}; in main()28 ItemUpdaterIntf::UpdaterType::BIOS}; in main()
44 ItemUpdaterIntf::UpdaterType type) in verifyImagePurpose()48 return (type == ItemUpdaterIntf::UpdaterType::BIOS || in verifyImagePurpose()49 type == ItemUpdaterIntf::UpdaterType::ALL); in verifyImagePurpose()
20 ItemUpdaterIntf::UpdaterType::ALL, false); in main()