Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2489 const std::optional<std::string>& wdtTimeOutAction) in setWDTProperties() argument
2493 if (wdtTimeOutAction) in setWDTProperties()
2495 std::string wdtTimeOutActStr = rfToDbusWDTTimeOutAct(*wdtTimeOutAction); in setWDTProperties()
2500 *wdtTimeOutAction); in setWDTProperties()
2501 messages::propertyValueNotInList(asyncResp->res, *wdtTimeOutAction, in setWDTProperties()
3219 std::optional<std::string> wdtTimeOutAction; member
3265 if (patchParams.wdtEnable || patchParams.wdtTimeOutAction) in processComputerSystemPatch()
3268 patchParams.wdtTimeOutAction); in processComputerSystemPatch()
3399 "HostWatchdogTimer/TimeoutAction", patchParams.wdtTimeOutAction, // in handleComputerSystemPatch()