Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dsettings.cpp22 std::vector<std::string> settingsIntfs = {autoRebootIntf, powerRestoreIntf}; in Objects()
61 if (autoRebootIntf == interface) in Objects()
H A Dhost_state_manager.cpp211 settings.service(settings.autoReboot, autoRebootIntf).c_str(), in isAutoReboot()
213 methodOneTime.append(autoRebootIntf, "AutoReboot"); in isAutoReboot()
216 settings.service(settings.autoReboot, autoRebootIntf).c_str(), in isAutoReboot()
218 methodUserSetting.append(autoRebootIntf, "AutoReboot"); in isAutoReboot()
H A Dsettings.hpp17 constexpr auto autoRebootIntf = sdbusplus::client::xyz::openbmc_project:: variable