Home
last modified time | relevance | path

Searched refs:BIOSTable (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_table.cpp19 BIOSTable::BIOSTable(const char* filePath) : filePath(filePath) {} in BIOSTable() function in pldm::responder::bios::BIOSTable
21 bool BIOSTable::isEmpty() const noexcept in isEmpty()
35 void BIOSTable::store(const Table& table) in store()
41 void BIOSTable::load(Response& response) const in load()
54 BIOSStringTable::BIOSStringTable(const BIOSTable& biosTable) in BIOSStringTable()
H A Dbios_table.hpp43 class BIOSTable class
50 BIOSTable(const char* filePath);
115 BIOSStringTable(const BIOSTable& biosTable);
H A Dbios_config.cpp153 BIOSTable biosStringTable(stringTablePath.c_str()); in setBIOSTable()
169 BIOSTable biosStringTable(stringTablePath.c_str()); in setBIOSTable()
170 BIOSTable biosStringValueTable(attrTablePath.c_str()); in setBIOSTable()
662 BIOSTable biosTable(path.c_str()); in storeTable()
668 BIOSTable biosTable(path.c_str()); in loadTable()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_table_test.cpp32 BIOSTable t(file.string().c_str()); in TEST_F()
48 BIOSTable t(file.string().c_str()); in TEST_F()