Searched refs:BIOSStringAttribute (Results 1 – 6 of 6) sorted by relevance
23 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()
146 auto stringType = BIOSStringAttribute::strTypeMap.at( in TEST_F()
153 auto stringType = BIOSStringAttribute::strTypeMap.at( in TEST_F()
20 BIOSStringAttribute::BIOSStringAttribute(const Json& entry, in BIOSStringAttribute() function in pldm::responder::bios::BIOSStringAttribute64 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()
19 class BIOSStringAttribute : public BIOSAttribute class50 BIOSStringAttribute(const Json& entry,
543 constructAttribute<BIOSStringAttribute>(entry); in constructAttributes()