Home
last modified time | relevance | path

Searched refs:decodeHeader (Results 1 – 9 of 9) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dmocked_bios.hpp22 auto attrHeader = pldm::responder::bios::table::attribute::decodeHeader( in checkHeader()
25 pldm::responder::bios::table::attribute_value::decodeHeader( in checkHeader()
H A Dlibpldmresponder_systemspecific_bios_test.cpp143 auto header = table::attribute::decodeHeader(entry); in TEST_F()
216 auto header = table::attribute_value::decodeHeader(entry); in TEST_F()
219 auto attrHeader = table::attribute::decodeHeader(attrEntry); in TEST_F()
288 auto header = table::attribute::decodeHeader(entry); in TEST_F()
426 auto header = table::attribute::decodeHeader(entry); in TEST_F()
462 auto [attrHandle, _] = table::attribute_value::decodeHeader(entry); in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp136 auto header = table::attribute::decodeHeader(entry); in TEST_F()
209 auto header = table::attribute_value::decodeHeader(entry); in TEST_F()
212 auto attrHeader = table::attribute::decodeHeader(attrEntry); in TEST_F()
341 auto header = table::attribute::decodeHeader(entry); in TEST_F()
377 auto [attrHandle, _] = table::attribute_value::decodeHeader(entry); in TEST_F()
/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp189 TableHeader decodeHeader(const pldm_bios_attr_table_entry* entry);
302 TableHeader decodeHeader(const pldm_bios_attr_val_table_entry* entry);
H A Dbios_config.cpp765 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in traceBIOSUpdate()
767 auto attrHeader = table::attribute::decodeHeader(attrEntry); in traceBIOSUpdate()
826 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in checkAttrValueToUpdate()
905 auto attrValHeader = table::attribute_value::decodeHeader(attrValueEntry); in setAttrValue()
930 auto attrHeader = table::attribute::decodeHeader(attrEntry); in setAttrValue()
1026 stringHdl] = table::attribute::decodeHeader(tableEntry); in processBiosAttrChangeNotification()
1075 auto header = table::attribute::decodeHeader(entry); in findAttrHandle()
H A Dbios_table.cpp125 TableHeader decodeHeader(const pldm_bios_attr_table_entry* entry) in decodeHeader() function
265 TableHeader decodeHeader(const pldm_bios_attr_val_table_entry* entry) in decodeHeader() function
H A Dbios_string_attribute.cpp114 _] = table::attribute::decodeHeader(attrTableEntry); in constructEntry()
H A Dbios_integer_attribute.cpp119 _] = table::attribute::decodeHeader(attrTableEntry); in constructEntry()
H A Dbios_enum_attribute.cpp222 _] = table::attribute::decodeHeader(attrTableEntry); in constructEntry()