Home
last modified time | relevance | path

Searched refs:enabledState (Results 1 – 7 of 7) sorted by relevance

/openbmc/service-config-manager/src/
H A Dutils.cpp99 const std::string& unitState, bool maskedState, bool enabledState) in systemdUnitFilesStateChange() argument
118 if (unitState != stateEnabled && enabledState) in systemdUnitFilesStateChange()
125 else if (unitState != stateDisabled && !enabledState) in systemdUnitFilesStateChange()
H A Dsrvcfg_manager.cpp89 const bool& enabledState) in saveUSBCodeUpdateStateToFile() argument
98 usbCodeUpdateState[srvCfgPropEnabled] = enabledState; in saveUSBCodeUpdateStateToFile()
438 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)))) in stopAndApplyUnitConfig()
600 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)) | in registerProperties()
655 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp48 enabledState, enumerator
77 const bool& enabledState);
H A Dutils.hpp89 const std::string& unitState, bool maskedState, bool enabledState);
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp167 bool enabledState = false; in ipmiGetUserAccess() local
169 ipmiUserCheckEnabled(static_cast<uint8_t>(userId), enabledState); in ipmiGetUserAccess()
175 uint2_t enabledStatus = enabledState ? userIdEnabledViaSetPassword in ipmiGetUserAccess()
H A Duser_mgmt.hpp226 Cc setUserEnabledState(const uint8_t userId, const bool& enabledState);
H A Duser_mgmt.cpp795 const bool& enabledState) in setUserEnabledState() argument
812 if (userInfo->userEnabled != enabledState) in setUserEnabledState()
818 userEnabledProperty, enabledState); in setUserEnabledState()
819 userInfo->userEnabled = enabledState; in setUserEnabledState()