Home
last modified time | relevance | path

Searched refs:sysdService (Results 1 – 4 of 4) sorted by relevance

/openbmc/service-config-manager/src/
H A Dutils.cpp36 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in systemdDaemonReload()
61 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, actionMethod, in systemdUnitAction()
72 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitAction()
105 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
112 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
120 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
127 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
H A Dmain.cpp272 sysdService, sysdObjPath, sysdMgrIntf, "ListUnits"); in init()
322 sysdService, sysdObjPath, dBusPropIntf, dBusGetMethod, sysdMgrIntf, in checkAndInit()
H A Dsrvcfg_manager.cpp277 sysdService, socketObjectPath, dBusPropIntf, in queryAndUpdateProperties()
292 sysdService, objectPath, dBusPropIntf, dBusGetAllMethod, sysdUnitIntf); in queryAndUpdateProperties()
382 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in stopAndApplyUnitConfig()
/openbmc/service-config-manager/inc/
H A Dutils.hpp36 static constexpr const char* sysdService = "org.freedesktop.systemd1"; variable