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.hpp1222 bool autoRebootEnabled) { in getAutomaticRetryPolicy() argument
1233 BMCWEB_LOG_DEBUG("Auto Reboot: {}", autoRebootEnabled); in getAutomaticRetryPolicy()
1234 if (autoRebootEnabled) in getAutomaticRetryPolicy()
1868 bool autoRebootEnabled = false; in setAutomaticRetry() local
1872 autoRebootEnabled = false; in setAutomaticRetry()
1876 autoRebootEnabled = true; in setAutomaticRetry()
1892 "AutoReboot", autoRebootEnabled); in setAutomaticRetry()