Home
last modified time | relevance | path

Searched refs:checkAndThrowInternalFailure (Results 1 – 3 of 3) sorted by relevance

/openbmc/service-config-manager/src/
H A Dutils.cpp18 void checkAndThrowInternalFailure(boost::system::error_code& ec, in checkAndThrowInternalFailure() function
38 checkAndThrowInternalFailure(ec, "daemon-reload operation failed"); in systemdDaemonReload()
63 checkAndThrowInternalFailure(ec, in systemdUnitAction()
91 checkAndThrowInternalFailure(ec, "Systemd operation timer error"); in systemdUnitAction()
108 checkAndThrowInternalFailure(ec, "Systemd UnmaskUnitFiles() failed."); in systemdUnitFilesStateChange()
115 checkAndThrowInternalFailure(ec, "Systemd MaskUnitFiles() failed."); in systemdUnitFilesStateChange()
123 checkAndThrowInternalFailure(ec, "Systemd EnableUnitFiles() failed."); in systemdUnitFilesStateChange()
130 checkAndThrowInternalFailure(ec, "Systemd DisableUnitFiles() failed."); in systemdUnitFilesStateChange()
H A Dsrvcfg_manager.cpp384 checkAndThrowInternalFailure( in stopAndApplyUnitConfig()
/openbmc/service-config-manager/inc/
H A Dutils.hpp74 void checkAndThrowInternalFailure(boost::system::error_code& ec,