Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_string_attribute_test.cpp23 const auto& getStringInfo(const BIOSStringAttribute& biosStringAttribute) in getStringInfo()
41 BIOSStringAttribute stringReadOnly{jsonStringReadOnly, nullptr}; in TEST_F()
47 static_cast<uint8_t>(BIOSStringAttribute::Encoding::ASCII)); in TEST_F()
69 BIOSStringAttribute stringReadWrite{jsonStringReadWrite, nullptr}; in TEST_F()
111 BIOSStringAttribute stringReadOnly{jsonStringReadOnly, nullptr}; in TEST_F()
132 BIOSStringAttribute stringReadWrite{jsonStringReadWrite, &dbusHandler}; in TEST_F()
186 BIOSStringAttribute stringReadWrite{jsonStringReadWrite, &dbusHandler}; in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp146 auto stringType = BIOSStringAttribute::strTypeMap.at( in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp153 auto stringType = BIOSStringAttribute::strTypeMap.at( in TEST_F()
/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp20 BIOSStringAttribute::BIOSStringAttribute(const Json& entry, in BIOSStringAttribute() function in pldm::responder::bios::BIOSStringAttribute
64 void BIOSStringAttribute::setAttrValueOnDbus( in setAttrValueOnDbus()
78 std::string BIOSStringAttribute::getAttrValue() in getAttrValue()
100 void BIOSStringAttribute::constructEntry( in constructEntry()
138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal()
156 void BIOSStringAttribute::generateAttributeEntry( in generateAttributeEntry()
H A Dbios_string_attribute.hpp19 class BIOSStringAttribute : public BIOSAttribute class
50 BIOSStringAttribute(const Json& entry,
H A Dbios_config.cpp543 constructAttribute<BIOSStringAttribute>(entry); in constructAttributes()