Searched refs:BIOSIntegerAttribute (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios_integer_attribute.cpp | 17 BIOSIntegerAttribute::BIOSIntegerAttribute(const Json& entry, in BIOSIntegerAttribute() function in pldm::responder::bios::BIOSIntegerAttribute 49 void BIOSIntegerAttribute::setAttrValueOnDbus( in setAttrValueOnDbus() 105 void BIOSIntegerAttribute::constructEntry( in constructEntry() 143 uint64_t BIOSIntegerAttribute::getAttrValue(const PropertyValue& propertyValue) in getAttrValue() 187 uint64_t BIOSIntegerAttribute::getAttrValue() in getAttrValue() 212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal() 222 void BIOSIntegerAttribute::generateAttributeEntry( in generateAttributeEntry()
|
H A D | bios_integer_attribute.hpp | 18 class BIOSIntegerAttribute : public BIOSAttribute class 27 BIOSIntegerAttribute(const Json& entry,
|
H A D | bios_config.cpp | 547 constructAttribute<BIOSIntegerAttribute>(entry); in constructAttributes()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_integer_attribute_test.cpp | 24 const auto& getIntegerInfo(const BIOSIntegerAttribute& attribute) in getIntegerInfo() 43 BIOSIntegerAttribute integerReadOnly{jsonIntegerReadOnly, nullptr}; in TEST_F() 62 EXPECT_THROW((BIOSIntegerAttribute{jsonIntegerReadOnlyError, nullptr}), in TEST_F() 82 BIOSIntegerAttribute integerReadWrite{jsonIntegerReadWrite, nullptr}; in TEST_F() 118 BIOSIntegerAttribute integerReadOnly{jsonIntegerReadOnly, nullptr}; in TEST_F() 142 BIOSIntegerAttribute integerReadWrite{jsonIntegerReadWrite, &dbusHandler}; in TEST_F() 194 BIOSIntegerAttribute integerReadWrite{jsonIntegerReadWrite, &dbusHandler}; in TEST_F()
|