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.cpp96 const bool& enabledState) in saveUSBCodeUpdateStateToFile() argument
105 usbCodeUpdateState[srvCfgPropEnabled] = enabledState; in saveUSBCodeUpdateStateToFile()
417 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in loadStateFile()
559 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)))) in stopAndApplyUnitConfig()
722 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)) | in registerProperties()
777 (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.hpp91 const std::string& unitState, bool maskedState, bool enabledState);
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp179 bool enabledState = false; in ipmiGetUserAccess() local
181 ipmiUserCheckEnabled(static_cast<uint8_t>(userId), enabledState); in ipmiGetUserAccess()
187 uint2_t enabledStatus = enabledState ? userIdEnabledViaSetPassword in ipmiGetUserAccess()
H A Duser_mgmt.hpp312 Cc setUserEnabledState(const uint8_t userId, const bool& enabledState);
H A Duser_mgmt.cpp681 const bool& enabledState) in setUserEnabledState() argument
699 if (userInfo->userEnabled != enabledState) in setUserEnabledState()
705 userEnabledProperty, enabledState); in setUserEnabledState()
706 userInfo->userEnabled = enabledState; in setUserEnabledState()