Searched refs:systemdObjPath (Results 1 – 6 of 6) sorted by relevance
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_common.cpp | 18 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; in transitionHost() local 22 auto method = bus.new_method_call(systemdService, systemdObjPath, in transitionHost()
|
/openbmc/phosphor-objmgr/fail-monitor/ |
H A D | monitor.cpp | 34 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; variable 75 auto method = bus.new_method_call(systemdService, systemdObjPath, in getSourceUnitPath() 105 auto method = this->bus.new_method_call(systemdService, systemdObjPath, in runTargetAction()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config_mgr.cpp | 21 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; variable 56 auto method = bus.new_method_call(systemdBusname, systemdObjPath, in restartService() 72 auto method = bus.new_method_call(systemdBusname, systemdObjPath, in stopService()
|
/openbmc/fb-ipmi-oem/include/ |
H A D | biccommands.hpp | 24 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; variable
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.cpp | 154 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; in startMpReboot() local 161 auto method = b.new_method_call(systemdService, systemdObjPath, in startMpReboot()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | biccommands.cpp | 273 auto method = conn->new_method_call(systemdService, systemdObjPath, in ipmiOemSetHostPowerState()
|