Lines Matching refs:UpdatedProp
407 (1 << static_cast<uint8_t>(UpdatedProp::maskedState)); in loadStateFile()
417 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in loadStateFile()
427 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in loadStateFile()
472 !(updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::maskedState)))); in isMaskedOut()
525 if (updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::port))) in stopAndApplyUnitConfig()
558 if (updatedFlag & ((1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in stopAndApplyUnitConfig()
559 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)))) in stopAndApplyUnitConfig()
677 (1 << static_cast<uint8_t>(UpdatedProp::port)); in registerProperties()
721 (1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in registerProperties()
722 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)) | in registerProperties()
723 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in registerProperties()
777 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in registerProperties()
827 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in registerProperties()