Searched refs:UpdatedProp (Results 1 – 2 of 2) sorted by relevance
352 !(updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::maskedState)))); in isMaskedOut()405 if (updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::port))) in stopAndApplyUnitConfig()438 if (updatedFlag & ((1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in stopAndApplyUnitConfig()439 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)))) in stopAndApplyUnitConfig()556 (1 << static_cast<uint8_t>(UpdatedProp::port)); in registerProperties()600 (1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in registerProperties()601 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)) | in registerProperties()602 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in registerProperties()656 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in registerProperties()706 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in registerProperties()
44 enum class UpdatedProp enum