Searched refs:systemdPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_interface.cpp | 25 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 D | acpi_power_state.cpp | 31 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 D | fanctl.cpp | 33 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 D | shutdown_alarm_monitor.cpp | 78 constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable 397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 2113 static constexpr auto systemdPath = "/org/freedesktop/systemd1"; variable 2127 systemdBusname, systemdPath, systemdInterface, "StartUnit", in systemReset()
|