Home
last modified time | relevance | path

Searched refs:systemdPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_interface.cpp25 constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable
30 util::SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in softPowerOff()
38 systemdService, systemdPath, systemdMgrIface, "StartUnit", in executeHardPowerOff()
/openbmc/google-misc/subprojects/acpi-power-state-daemon/
H A Dacpi_power_state.cpp31 constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable
45 auto method = bus.new_method_call(systemdBusName, systemdPath, in startSystemdUnit()
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp33 constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable
200 systemdService, systemdPath, systemdMgrIface, "ListUnitsByNames", in getStates()
436 systemdService, systemdPath, systemdMgrIface, "StopUnit", in set()
503 systemdService, systemdPath, systemdMgrIface, "StartUnit", in resume()
519 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in reload()
544 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in dumpFanControl()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp78 constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable
397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2113 static constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable
2127 systemdBusname, systemdPath, systemdInterface, "StartUnit", in systemReset()