Home
last modified time | relevance | path

Searched refs:constructEntry (Results 1 – 14 of 14) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.hpp49 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
H A Dbios_string_attribute.hpp72 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
H A Dbios_attribute.hpp63 virtual void constructEntry(
H A Dbios_enum_attribute.hpp53 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
H A Dbios_table.hpp168 constructEntry(Table& table, const std::string& str);
H A Dbios_string_attribute.cpp100 void BIOSStringAttribute::constructEntry( in constructEntry() function in pldm::responder::bios::BIOSStringAttribute
H A Dbios_integer_attribute.cpp105 void BIOSIntegerAttribute::constructEntry( in constructEntry() function in pldm::responder::bios::BIOSIntegerAttribute
H A Dbios_config.cpp600 attr->constructEntry(biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables()
605 attr->constructEntry( in buildAndStoreAttrTables()
652 table::string::constructEntry(table, elem); in buildAndStoreStringTable()
H A Dbios_enum_attribute.cpp205 void BIOSEnumAttribute::constructEntry( in constructEntry() function in pldm::responder::bios::BIOSEnumAttribute
H A Dbios_table.cpp110 constructEntry(Table& table, const std::string& str) in constructEntry() function
/openbmc/pldm/libpldmresponder/test/
H A Dmocked_bios.hpp56 attribute.constructEntry(stringTable, attrEntry, attrValueEntry); in checkConstructEntry()
H A Dlibpldmresponder_bios_attribute_test.cpp22 void constructEntry( in constructEntry() function in TestAttribute
H A Dlibpldmresponder_bios_config_test.cpp269 table::string::constructEntry(table, elem); in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp348 table::string::constructEntry(table, elem); in TEST_F()