Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dutils.cpp99 const std::string& unitState, bool maskedState, bool enabledState) in systemdUnitFilesStateChange() argument
103 if (unitState == stateMasked && !maskedState) in systemdUnitFilesStateChange()
110 else if (unitState != stateMasked && maskedState) in systemdUnitFilesStateChange()
118 if (unitState != stateEnabled && enabledState) in systemdUnitFilesStateChange()
125 else if (unitState != stateDisabled && !enabledState) in systemdUnitFilesStateChange()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp161 const std::string& unitState = in getPortStatusAndPath() local
164 bool isProtocolEnabled = ((unitState == "running") || in getPortStatusAndPath()
165 (unitState == "listening")); in getPortStatusAndPath()
/openbmc/service-config-manager/inc/
H A Dutils.hpp89 const std::string& unitState, bool maskedState, bool enabledState);