Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1845 const std::string& stopBootOnFault) in setStopBootOnFault() argument
1849 std::optional<bool> stopBootEnabled = validstopBootOnFault(stopBootOnFault); in setStopBootOnFault()
1853 stopBootOnFault); in setStopBootOnFault()
1854 messages::propertyValueNotInList(asyncResp->res, stopBootOnFault, in setStopBootOnFault()
3188 std::optional<std::string> stopBootOnFault; in handleComputerSystemPatch() local
3203 "Boot/StopBootOnFault", stopBootOnFault, // in handleComputerSystemPatch()
3253 if (stopBootOnFault) in handleComputerSystemPatch()
3255 setStopBootOnFault(asyncResp, *stopBootOnFault); in handleComputerSystemPatch()