Lines Matching defs:allowed
892 nlohmann::json::array_t allowed;
893 allowed.emplace_back("None");
894 allowed.emplace_back("Pxe");
895 allowed.emplace_back("Hdd");
896 allowed.emplace_back("Cd");
897 allowed.emplace_back("Diags");
898 allowed.emplace_back("BiosSetup");
899 allowed.emplace_back("Usb");
904 std::move(allowed);
1120 * @brief Retrieves the number of automatic boot Retry attempts allowed/left.
1122 * The total number of automatic reboot retries allowed "RetryAttempts" and its
1238 nlohmann::json::array_t allowed;
1239 allowed.emplace_back("Disabled");
1240 allowed.emplace_back("RetryAttempts");
1244 std::move(allowed);
3431 * @brief Translates allowed host transitions to redfish string
3433 * @param[in] dbusAllowedHostTran The allowed host transition on dbus
3507 BMCWEB_LOG_DEBUG("Found allowed host tran {}", transition);