Searched refs:BIOSTable (Results 1 – 4 of 4) sorted by relevance
19 BIOSTable::BIOSTable(const char* filePath) : filePath(filePath) {} in BIOSTable() function in pldm::responder::bios::BIOSTable21 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()
43 class BIOSTable class50 BIOSTable(const char* filePath);115 BIOSStringTable(const BIOSTable& biosTable);
153 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()
32 BIOSTable t(file.string().c_str()); in TEST_F()48 BIOSTable t(file.string().c_str()); in TEST_F()