Searched refs:wdtEnable (Results 1 – 1 of 1) sorted by relevance
2471 const std::optional<bool> wdtEnable, in setWDTProperties() argument2497 if (wdtEnable) in setWDTProperties()2504 *wdtEnable); in setWDTProperties()3180 std::optional<bool> wdtEnable; in handleComputerSystemPatch() local3205 "HostWatchdogTimer/FunctionEnabled", wdtEnable, // in handleComputerSystemPatch()3228 if (wdtEnable || wdtTimeOutAction) in handleComputerSystemPatch()3230 setWDTProperties(asyncResp, wdtEnable, wdtTimeOutAction); in handleComputerSystemPatch()