Home
last modified time | relevance | path

Searched refs:UpdatedProp (Results 1 – 2 of 2) sorted by relevance

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp351 !(updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::maskedState)))); in isMaskedOut()
404 if (updatedFlag & (1 << static_cast<uint8_t>(UpdatedProp::port))) in stopAndApplyUnitConfig()
437 if (updatedFlag & ((1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in stopAndApplyUnitConfig()
438 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)))) in stopAndApplyUnitConfig()
553 (1 << static_cast<uint8_t>(UpdatedProp::port)); in registerProperties()
597 (1 << static_cast<uint8_t>(UpdatedProp::maskedState)) | in registerProperties()
598 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)) | in registerProperties()
599 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in registerProperties()
653 (1 << static_cast<uint8_t>(UpdatedProp::enabledState)); in registerProperties()
703 (1 << static_cast<uint8_t>(UpdatedProp::runningState)); in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp44 enum class UpdatedProp enum