Home
last modified time | relevance | path

Searched refs:sysdObjPath (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.cpp382 yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in stopAndApplyUnitConfig()
/openbmc/service-config-manager/inc/
H A Dutils.hpp37 static constexpr const char* sysdObjPath = "/org/freedesktop/systemd1"; variable