Home
last modified time | relevance | path

Searched refs:SYSTEMD_ROOT (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-gpio-monitor/
H A DgpioMon.cpp29 constexpr auto SYSTEMD_ROOT = "/org/freedesktop/systemd1"; variable
74 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in gpioEventHandler()
106 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in gpioEventHandler()
H A Dmonitor.cpp30 constexpr auto SYSTEMD_ROOT = "/org/freedesktop/systemd1"; variable
78 bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in analyzeEvent()
/openbmc/witherspoon-pfault-analysis/
H A Dutility.hpp17 constexpr auto SYSTEMD_ROOT = "/org/freedesktop/systemd1"; variable
99 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in powerOff()
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp24 constexpr auto SYSTEMD_ROOT = "/org/freedesktop/systemd1"; variable
137 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in timeOutHandler()
/openbmc/phosphor-power/
H A Dutility.hpp21 constexpr auto SYSTEMD_ROOT = "/org/freedesktop/systemd1"; variable
185 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in powerOff()
/openbmc/google-ipmi-sys/
H A Dhandler.cpp225 static constexpr auto SYSTEMD_ROOT = "/org/freedesktop/systemd1"; variable
252 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in psuResetDelay()
397 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in hostPowerOffDelay()
687 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in linuxBootDone()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.cpp88 auto method = bus.new_method_call(util::SYSTEMD_SERVICE, util::SYSTEMD_ROOT, in onFailureCallback()