Searched refs:BIOSEnumAttribute (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios_enum_attribute.cpp | 17 BIOSEnumAttribute::BIOSEnumAttribute(const Json& entry, in BIOSEnumAttribute() function in pldm::responder::bios::BIOSEnumAttribute 49 uint8_t BIOSEnumAttribute::getValueIndex(const std::string& value, in getValueIndex() 62 std::vector<uint16_t> BIOSEnumAttribute::getPossibleValuesHandle( in getPossibleValuesHandle() 75 void BIOSEnumAttribute::buildValMap(const Json& dbusVals) in buildValMap() 131 uint8_t BIOSEnumAttribute::getAttrValueIndex() in getAttrValueIndex() 158 uint8_t BIOSEnumAttribute::getAttrValueIndex(const PropertyValue& propValue) in getAttrValueIndex() 170 void BIOSEnumAttribute::setAttrValueOnDbus( in setAttrValueOnDbus() 197 void BIOSEnumAttribute::populateValueDisplayNamesMap(uint16_t attrHandle) in populateValueDisplayNamesMap() 205 void BIOSEnumAttribute::constructEntry( in constructEntry() 250 int BIOSEnumAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() [all …]
|
H A D | bios_enum_attribute.hpp | 23 class BIOSEnumAttribute : public BIOSAttribute class 31 BIOSEnumAttribute(const Json& entry,
|
H A D | bios_config.cpp | 551 constructAttribute<BIOSEnumAttribute>(entry); in constructAttributes()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_enum_attribute_test.cpp | 24 const auto& getPossibleValues(const BIOSEnumAttribute& attribute) in getPossibleValues() 29 const auto& getDefaultValue(const BIOSEnumAttribute& attribute) in getDefaultValue() 47 BIOSEnumAttribute enumReadOnly{jsonEnumReadOnly, nullptr}; in TEST_F() 63 EXPECT_THROW((BIOSEnumAttribute{jsonEnumReadOnlyError, nullptr}), in TEST_F() 84 BIOSEnumAttribute enumReadWrite{jsonEnumReadWrite, nullptr}; in TEST_F() 122 BIOSEnumAttribute enumReadOnly{jsonEnumReadOnly, nullptr}; in TEST_F() 152 BIOSEnumAttribute enumReadWrite{jsonEnumReadWrite, &dbusHandler}; in TEST_F() 207 BIOSEnumAttribute enumReadWrite{jsonEnumReadWrite, &dbusHandler}; in TEST_F()
|