Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_systemspecific_bios_test.cpp102 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
106 EXPECT_TRUE(attrValueTable); in TEST_F()
214 attrValueTable->data(), attrValueTable->size())) in TEST_F()
277 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
281 EXPECT_TRUE(attrValueTable); in TEST_F()
370 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
374 EXPECT_FALSE(attrValueTable); in TEST_F()
456 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
457 auto findEntry = [&attrValueTable](uint16_t handle) in TEST_F()
460 attrValueTable->data(), attrValueTable->size())) in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp95 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
99 EXPECT_TRUE(attrValueTable); in TEST_F()
207 attrValueTable->data(), attrValueTable->size())) in TEST_F()
290 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
294 EXPECT_FALSE(attrValueTable); in TEST_F()
371 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F() local
372 auto findEntry = [&attrValueTable](uint16_t handle) in TEST_F()
375 attrValueTable->data(), attrValueTable->size())) in TEST_F()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp591 Table attrTable, attrValueTable; in buildAndStoreAttrTables() local
600 attr->constructEntry(biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables()
606 biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables()
620 table::appendPadAndChecksum(attrValueTable); in buildAndStoreAttrTables()
622 setBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE, attrValueTable); in buildAndStoreAttrTables()
893 auto attrValueTable = getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in setAttrValue() local
896 if (!attrValueTable || !attrTable || !stringTable) in setAttrValue()
920 table::attribute_value::updateTable(*attrValueTable, entry, size); in setAttrValue()
H A Dbios_string_attribute.cpp101 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry() argument
134 table::attribute_value::constructStringEntry(attrValueTable, attrHandle, in constructEntry()
H A Dbios_integer_attribute.cpp106 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry() argument
139 table::attribute_value::constructIntegerEntry(attrValueTable, attrHandle, in constructEntry()
H A Dbios_integer_attribute.hpp50 Table& attrValueTable,
H A Dbios_string_attribute.hpp73 Table& attrValueTable,
H A Dbios_attribute.hpp65 Table& attrValueTable,
H A Dbios_enum_attribute.cpp206 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry() argument
246 table::attribute_value::constructEnumEntry(attrValueTable, attrHandle, in constructEntry()
H A Dbios_enum_attribute.hpp54 Table& attrValueTable,
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp788 auto attrValueTable = getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in exec() local