Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios.cpp96 return this->setBIOSTable(request, payloadLength); in Handler()
262 Response Handler::setBIOSTable(const pldm_msg* request, size_t payloadLength) in setBIOSTable() function in pldm::responder::bios::Handler
277 rc = biosConfig.setBIOSTable(tableType, table); in setBIOSTable()
H A Dbios.hpp67 Response setBIOSTable(const pldm_msg* request, size_t payloadLength);
H A Dbios_config.cpp135 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable() function in pldm::responder::bios::BIOSConfig
621 setBIOSTable(PLDM_BIOS_ATTR_TABLE, attrTable); in buildAndStoreAttrTables()
622 setBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE, attrValueTable); in buildAndStoreAttrTables()
656 setBIOSTable(PLDM_BIOS_STRING_TABLE, table); in buildAndStoreStringTable()
953 setBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE, *destTable, updateBaseBIOSTable); in setAttrValue()
H A Dbios_config.hpp130 int setBIOSTable(uint8_t tableType, const Table& table,
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_config_test.cpp255 TEST_F(TestBIOSConfig, setBIOSTable) in TEST_F() argument
273 auto rc = biosConfig.setBIOSTable(PLDM_BIOS_STRING_TABLE, table); in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp333 TEST_F(TestSystemSpecificBIOSConfig, setBIOSTable) in TEST_F() argument
352 auto rc = biosConfig.setBIOSTable(PLDM_BIOS_STRING_TABLE, table); in TEST_F()