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.cpp212 bool autoRebootEnabled() in autoRebootEnabled() function
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1208 bool autoRebootEnabled) { in getAutomaticRetryPolicy() argument
1222 BMCWEB_LOG_DEBUG("Auto Reboot: {}", autoRebootEnabled); in getAutomaticRetryPolicy()
1223 if (autoRebootEnabled) in getAutomaticRetryPolicy()
1896 bool autoRebootEnabled = false; in setAutomaticRetry() local
1900 autoRebootEnabled = false; in setAutomaticRetry()
1904 autoRebootEnabled = true; in setAutomaticRetry()
1921 "AutoReboot", autoRebootEnabled); in setAutomaticRetry()