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()
89 const bool& enabledState) in saveUSBCodeUpdateStateToFile() argument98 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()
48 enabledState, enumerator77 const bool& enabledState);
89 const std::string& unitState, bool maskedState, bool enabledState);
167 bool enabledState = false; in ipmiGetUserAccess() local169 ipmiUserCheckEnabled(static_cast<uint8_t>(userId), enabledState); in ipmiGetUserAccess()175 uint2_t enabledStatus = enabledState ? userIdEnabledViaSetPassword in ipmiGetUserAccess()
226 Cc setUserEnabledState(const uint8_t userId, const bool& enabledState);
795 const bool& enabledState) in setUserEnabledState() argument812 if (userInfo->userEnabled != enabledState) in setUserEnabledState()818 userEnabledProperty, enabledState); in setUserEnabledState()819 userInfo->userEnabled = enabledState; in setUserEnabledState()