/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_interface.cpp | 24 constexpr auto systemdService = "org.freedesktop.systemd1"; variable 30 util::SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in softPowerOff() 38 systemdService, systemdPath, systemdMgrIface, "StartUnit", in executeHardPowerOff()
|
/openbmc/phosphor-objmgr/fail-monitor/ |
H A D | monitor.cpp | 33 constexpr auto systemdService = "org.freedesktop.systemd1"; variable 51 auto method = bus.new_method_call(systemdService, path.c_str(), in inFailedState() 75 auto method = bus.new_method_call(systemdService, systemdObjPath, in getSourceUnitPath() 105 auto method = this->bus.new_method_call(systemdService, systemdObjPath, in runTargetAction()
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_common.cpp | 17 constexpr auto systemdService = "org.freedesktop.systemd1"; in transitionHost() local 22 auto method = bus.new_method_call(systemdService, systemdObjPath, in transitionHost()
|
/openbmc/phosphor-ipmi-flash/bmc/ |
H A D | general_systemd.cpp | 31 static constexpr auto systemdService = "org.freedesktop.systemd1"; variable 55 auto method = bus.new_method_call(systemdService, systemdRoot, in trigger() 87 auto cancel_req = bus.new_method_call(systemdService, job->c_str(), in abort()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 34 constexpr auto systemdService = "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/fb-ipmi-oem/include/ |
H A D | biccommands.hpp | 23 constexpr auto systemdService = "org.freedesktop.systemd1"; variable
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.cpp | 153 constexpr auto systemdService = "org.freedesktop.systemd1"; in startMpReboot() local 161 auto method = b.new_method_call(systemdService, systemdObjPath, in startMpReboot()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 217 static constexpr auto systemdService = "org.freedesktop.systemd1"; in set_nic_hostless() local 221 auto method = bus.new_method_call(systemdService, systemdRoot, in set_nic_hostless()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | shutdown_alarm_monitor.cpp | 77 constexpr auto systemdService = "org.freedesktop.systemd1"; variable 397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | biccommands.cpp | 273 auto method = conn->new_method_call(systemdService, systemdObjPath, in ipmiOemSetHostPowerState()
|