Searched refs:enabledState (Results 1 – 7 of 7) sorted by relevance
99 const std::string& unitState, bool maskedState, bool enabledState) in systemdUnitFilesStateChange() argument118 if (unitState != stateEnabled && enabledState) in systemdUnitFilesStateChange()125 else if (unitState != stateDisabled && !enabledState) in systemdUnitFilesStateChange()
96 const bool& enabledState) in saveUSBCodeUpdateStateToFile() argument105 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()
48 enabledState, enumerator77 const bool& enabledState);
91 const std::string& unitState, bool maskedState, bool enabledState);
179 bool enabledState = false; in ipmiGetUserAccess() local181 ipmiUserCheckEnabled(static_cast<uint8_t>(userId), enabledState); in ipmiGetUserAccess()187 uint2_t enabledStatus = enabledState ? userIdEnabledViaSetPassword in ipmiGetUserAccess()
312 Cc setUserEnabledState(const uint8_t userId, const bool& enabledState);
681 const bool& enabledState) in setUserEnabledState() argument699 if (userInfo->userEnabled != enabledState) in setUserEnabledState()705 userEnabledProperty, enabledState); in setUserEnabledState()706 userInfo->userEnabled = enabledState; in setUserEnabledState()