Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2471 const std::optional<bool> wdtEnable, in setWDTProperties() argument
2497 if (wdtEnable) in setWDTProperties()
2504 *wdtEnable); in setWDTProperties()
3180 std::optional<bool> wdtEnable; in handleComputerSystemPatch() local
3205 "HostWatchdogTimer/FunctionEnabled", wdtEnable, // in handleComputerSystemPatch()
3228 if (wdtEnable || wdtTimeOutAction) in handleComputerSystemPatch()
3230 setWDTProperties(asyncResp, wdtEnable, wdtTimeOutAction); in handleComputerSystemPatch()