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.hpp1858 const std::string& stopBootOnFault) in setStopBootOnFault() argument
1862 std::optional<bool> stopBootEnabled = validstopBootOnFault(stopBootOnFault); in setStopBootOnFault()
1866 stopBootOnFault); in setStopBootOnFault()
1867 messages::propertyValueNotInList(asyncResp->res, stopBootOnFault, in setStopBootOnFault()
3226 std::optional<std::string> stopBootOnFault; member
3297 if (patchParams.stopBootOnFault) in processComputerSystemPatch()
3299 setStopBootOnFault(asyncResp, *patchParams.stopBootOnFault); in processComputerSystemPatch()
3395 "Boot/StopBootOnFault", patchParams.stopBootOnFault, // in handleComputerSystemPatch()