Searched refs:UpdatedProp (Results 1 – 2 of 2) sorted by relevance
405 (1 << static_cast<uint8_t>(UpdatedProp::maskedState)); in loadStateFile()415 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in loadStateFile()425 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in loadStateFile()470 !(updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::maskedState)))); in isMaskedOut()523 if (updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::port))) in stopAndApplyUnitConfig()556 if (updatedFlag & ((1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in stopAndApplyUnitConfig()557 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)))) in stopAndApplyUnitConfig()675 (1 << static_cast<uint8_t>(UpdatedProp::port)); in registerProperties()719 (1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in registerProperties()720 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)) | in registerProperties()[all …]
44 enum class UpdatedProp enum