Home
last modified time | relevance | path

Searched refs:systemdBusname (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp20 constexpr auto systemdBusname = "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/x86-power-control/src/
H A Dpower_control.cpp2112 static constexpr auto systemdBusname = "org.freedesktop.systemd1"; variable
2127 systemdBusname, systemdPath, systemdInterface, "StartUnit", in systemReset()