Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dhost_state_manager.cpp211 settings.service(settings.autoReboot, autoRebootIntf).c_str(), in isAutoReboot()
216 settings.service(settings.autoReboot, autoRebootIntf).c_str(), in isAutoReboot()
217 settings.autoReboot.c_str(), SYSTEMD_PROPERTY_IFACE, "Get"); in isAutoReboot()
225 auto autoReboot = std::get<bool>(result); in isAutoReboot() local
227 if (!autoReboot) in isAutoReboot()
237 autoReboot = std::get<bool>(result); in isAutoReboot()
242 if (autoReboot) in isAutoReboot()
H A Dsettings.hpp53 Path autoReboot; member
H A Dsettings.cpp75 autoReboot = path; in Objects()
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp215 bool autoReboot = true; in autoRebootEnabled() local
233 autoReboot = std::get<bool>(value); in autoRebootEnabled()
237 return autoReboot; in autoRebootEnabled()