Home
last modified time | relevance | path

Searched refs:systemdService (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_interface.cpp24 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 Dmonitor.cpp33 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 Dwatchdog_common.cpp17 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 Dgeneral_systemd.cpp31 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 Dfanctl.cpp34 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 Dbiccommands.hpp23 constexpr auto systemdService = "org.freedesktop.systemd1"; variable
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp153 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 Dnet_config.cpp217 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 Dshutdown_alarm_monitor.cpp77 constexpr auto systemdService = "org.freedesktop.systemd1"; variable
397 SDBusPlus::callMethod(systemdService, systemdPath, systemdMgrIface, in timerExpired()
/openbmc/fb-ipmi-oem/src/
H A Dbiccommands.cpp273 auto method = conn->new_method_call(systemdService, systemdObjPath, in ipmiOemSetHostPowerState()