Home
last modified time | relevance | path

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

/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_common.cpp20 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; in transitionHost() local
24 auto method = bus.new_method_call(systemdService, systemdObjPath, in transitionHost()
/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.cpp22 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; variable
65 auto method = bus.new_method_call(systemdService, systemdObjPath, in getSourceUnitPath()
96 auto method = this->bus.new_method_call(systemdService, systemdObjPath, in runTargetAction()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp21 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 Dbiccommands.hpp24 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; variable
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp154 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; in startMpReboot() local
161 auto method = b.new_method_call(systemdService, systemdObjPath, in startMpReboot()
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp38 constexpr auto systemdObjPath = "/org/freedesktop/systemd1"; variable
559 systemdBusname, systemdObjPath, systemdInterface, "RestartUnit"); in reloadLLDPService()
/openbmc/fb-ipmi-oem/src/
H A Dbiccommands.cpp273 auto method = conn->new_method_call(systemdService, systemdObjPath, in ipmiOemSetHostPowerState()