Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_enum_attribute_test.cpp91 MockBIOSStringTable biosStringTable; in TEST_F() local
124 ON_CALL(biosStringTable, findHandle(StrEq("Concurrent"))) in TEST_F()
126 ON_CALL(biosStringTable, findHandle(StrEq("Disruptive"))) in TEST_F()
128 ON_CALL(biosStringTable, findHandle(StrEq("CodeUpdatePolicy"))) in TEST_F()
131 checkConstructEntry(enumReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()
163 checkConstructEntry(enumReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
178 checkConstructEntry(enumReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
184 MockBIOSStringTable biosStringTable; in TEST_F() local
220 ON_CALL(biosStringTable, findString(2)) in TEST_F()
222 ON_CALL(biosStringTable, findString(3)) in TEST_F()
[all …]
H A Dlibpldmresponder_bios_string_attribute_test.cpp77 MockBIOSStringTable biosStringTable; in TEST_F() local
109 ON_CALL(biosStringTable, findHandle(StrEq("str_example1"))) in TEST_F()
113 checkConstructEntry(stringReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()
144 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
160 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
184 MockBIOSStringTable biosStringTable; in TEST_F() local
200 stringReadWrite.setAttrValueOnDbus(entry, nullptr, biosStringTable); in TEST_F()
H A Dlibpldmresponder_bios_integer_attribute_test.cpp89 MockBIOSStringTable biosStringTable; in TEST_F() local
120 ON_CALL(biosStringTable, findHandle(StrEq("VDD_AVSBUS_RAIL"))) in TEST_F()
123 checkConstructEntry(integerReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()
154 checkConstructEntry(integerReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
169 checkConstructEntry(integerReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
176 MockBIOSStringTable biosStringTable; in TEST_F() local
208 integerReadWrite.setAttrValueOnDbus(entry, nullptr, biosStringTable); in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp138 BIOSStringTable biosStringTable(*stringTable); in TEST_F() local
144 auto attrName = biosStringTable.findString(header.stringHandle); in TEST_F()
194 auto s = biosStringTable.findString(pv); in TEST_F()
200 auto defValue = biosStringTable.findString(pvHdls[defInds[0]]); in TEST_F()
220 auto attrName = biosStringTable.findString(attrHeader.stringHandle); in TEST_F()
283 BIOSStringTable biosStringTable(*stringTable); in TEST_F() local
289 auto attrName = biosStringTable.findString(header.stringHandle); in TEST_F()
325 biosStringTable.findString(pvHdls[defInds[0]]); in TEST_F()
417 BIOSStringTable biosStringTable(*stringTable); in TEST_F() local
420 auto stringHandle = biosStringTable.findHandle("str_example1"); in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp131 BIOSStringTable biosStringTable(*stringTable); in TEST_F() local
137 auto attrName = biosStringTable.findString(header.stringHandle); in TEST_F()
187 auto s = biosStringTable.findString(pv); in TEST_F()
193 auto defValue = biosStringTable.findString(pvHdls[defInds[0]]); in TEST_F()
213 auto attrName = biosStringTable.findString(attrHeader.stringHandle); in TEST_F()
332 BIOSStringTable biosStringTable(*stringTable); in TEST_F() local
335 auto stringHandle = biosStringTable.findHandle("str_example1"); in TEST_F()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp153 BIOSTable biosStringTable(stringTablePath.c_str()); in setBIOSTable() local
154 if (biosStringTable.isEmpty()) in setBIOSTable()
169 BIOSTable biosStringTable(stringTablePath.c_str()); in setBIOSTable() local
171 if (biosStringTable.isEmpty() || biosStringValueTable.isEmpty()) in setBIOSTable()
558 BIOSStringTable biosStringTable(stringTable); in buildAndStoreAttrTables() local
600 attr->constructEntry(biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables()
606 biosStringTable, attrTable, attrValueTable, in buildAndStoreAttrTables()
767 BIOSStringTable biosStringTable(*stringTable); in traceBIOSUpdate() local
768 auto attrName = biosStringTable.findString(attrHeader.stringHandle); in traceBIOSUpdate()
931 BIOSStringTable biosStringTable(*stringTable); in setAttrValue() local
[all …]