Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_interface.cpp26 constexpr auto systemdMgrIface = "org.freedesktop.systemd1.Manager"; variable
30 util::SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in softPowerOff()
38 systemdService, systemdPath, systemdMgrIface, "StartUnit", in executeHardPowerOff()
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp32 constexpr auto systemdMgrIface = "org.freedesktop.systemd1.Manager"; 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.cpp79 constexpr auto systemdMgrIface = "org.freedesktop.systemd1.Manager"; variable
397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired()