Home
last modified time | relevance | path

Searched refs:actualValue (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_compare_byte_action.cpp35 uint8_t actualValue{0x00}; in execute() local
37 interface.read(reg, actualValue); in execute()
40 actualValue &= mask; in execute()
43 isEqual = (actualValue == value); in execute()
H A Di2c_compare_bit_action.cpp40 uint8_t actualValue = (registerValue >> position) & 0x01; in execute() local
43 isEqual = (actualValue == value); in execute()
H A Dcompare_vpd_action.cpp33 std::vector<uint8_t> actualValue = in execute() local
37 isEqual = (actualValue == value); in execute()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.hpp63 InterfaceVariantType actualValue; member
H A Dassociation_manager.cpp194 condition.actualValue); in conditionMatch()
H A Dmanager.cpp408 condition.actualValue = getProperty(condition.property, in restore()