Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp114 bool autoRebootEnabled();
H A Ddbus.cpp213 bool autoRebootEnabled() in autoRebootEnabled() function
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1230 bool autoRebootEnabled) { in getAutomaticRetryPolicy() argument
1241 BMCWEB_LOG_DEBUG("Auto Reboot: {}", autoRebootEnabled); in getAutomaticRetryPolicy()
1242 if (autoRebootEnabled) in getAutomaticRetryPolicy()
1873 bool autoRebootEnabled = false; in setAutomaticRetry() local
1877 autoRebootEnabled = false; in setAutomaticRetry()
1881 autoRebootEnabled = true; in setAutomaticRetry()
1897 "AutoReboot", autoRebootEnabled); in setAutomaticRetry()