Searched refs:bootEnable (Results 1 – 1 of 1) sorted by relevance
1609 const std::optional<std::string>& bootEnable) in setBootEnable() argument1611 if (!bootEnable) in setBootEnable()1616 BMCWEB_LOG_DEBUG("Boot enable: {}", *bootEnable); in setBootEnable()1621 if (*bootEnable == "Disabled") in setBootEnable()1625 else if (*bootEnable == "Once") in setBootEnable()1630 else if (*bootEnable == "Continuous") in setBootEnable()1639 *bootEnable); in setBootEnable()1640 messages::propertyValueNotInList(asyncResp->res, *bootEnable, in setBootEnable()1740 const std::optional<std::string>& bootEnable) in setBootProperties() argument1746 setBootEnable(asyncResp, bootEnable); in setBootProperties()[all …]