Searched refs:bootEnable (Results 1 – 1 of 1) sorted by relevance
1619 const std::optional<std::string>& bootEnable) in setBootEnable() argument1621 if (!bootEnable) in setBootEnable()1626 BMCWEB_LOG_DEBUG("Boot enable: {}", *bootEnable); in setBootEnable()1631 if (*bootEnable == "Disabled") in setBootEnable()1635 else if (*bootEnable == "Once") in setBootEnable()1640 else if (*bootEnable == "Continuous") in setBootEnable()1649 *bootEnable); in setBootEnable()1650 messages::propertyValueNotInList(asyncResp->res, *bootEnable, in setBootEnable()1753 const std::optional<std::string>& bootEnable) in setBootProperties() argument1759 setBootEnable(asyncResp, computerSystemIndex, bootEnable); in setBootProperties()[all …]