Home
last modified time | relevance | path

Searched refs:systemdBusname (Results 1 – 3 of 3) 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/phosphor-networkd/src/
H A Dnetwork_manager.cpp37 constexpr auto systemdBusname = "org.freedesktop.systemd1"; variable
559 systemdBusname, systemdObjPath, systemdInterface, "RestartUnit"); in reloadLLDPService()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2124 static constexpr auto systemdBusname = "org.freedesktop.systemd1"; variable
2139 systemdBusname, systemdPath, systemdInterface, "StartUnit", in systemReset()