Home
last modified time | relevance | path

Searched refs:BIOSAttribute (Results 1 – 11 of 11) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_attribute.cpp17 BIOSAttribute::BIOSAttribute(const Json& entry, in BIOSAttribute() function in pldm::responder::bios::BIOSAttribute
47 std::optional<DBusMapping> BIOSAttribute::getDBusMap() in getDBusMap()
H A Dbios_attribute.hpp30 class BIOSAttribute class
37 BIOSAttribute(const Json& entry,
42 virtual ~BIOSAttribute() = default;
H A Dbios_integer_attribute.hpp18 class BIOSIntegerAttribute : public BIOSAttribute
H A Dbios_string_attribute.hpp19 class BIOSStringAttribute : public BIOSAttribute
H A Dbios_enum_attribute.hpp23 class BIOSEnumAttribute : public BIOSAttribute
H A Dbios_string_attribute.cpp22 BIOSAttribute(entry, dbusHandler) in BIOSStringAttribute()
H A Dbios_integer_attribute.cpp19 BIOSAttribute(entry, dbusHandler) in BIOSIntegerAttribute()
H A Dbios_config.hpp184 using BIOSAttributes = std::vector<std::unique_ptr<BIOSAttribute>>;
H A Dbios_enum_attribute.cpp19 BIOSAttribute(entry, dbusHandler) in BIOSEnumAttribute()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_attribute_test.cpp10 class TestAttribute : public BIOSAttribute
14 BIOSAttribute(entry, dbusHandler) in TestAttribute()
45 TEST(BIOSAttribute, CtorTest) in TEST() argument
H A Dmocked_bios.hpp49 void checkConstructEntry(pldm::responder::bios::BIOSAttribute& attribute, in checkConstructEntry()