Lines Matching refs:stringTable

110     auto stringTable = buildAndStoreStringTable();  in buildTables()  local
111 if (stringTable) in buildTables()
113 buildAndStoreAttrTables(*stringTable); in buildTables()
200 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in checkAttributeTable() local
208 stringTable->data(), stringTable->size(), attrNameHandle); in checkAttributeTable()
238 stringTable->data(), stringTable->size(), pvHandls[i]); in checkAttributeTable()
248 stringTable->data(), stringTable->size(), in checkAttributeTable()
275 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in checkAttributeValueTable() local
313 stringTable->data(), stringTable->size(), attrNameHandle); in checkAttributeValueTable()
388 getValue(pvHandls[i], *stringTable), in checkAttributeValueTable()
402 currentValue = getValue(pvHandls[handles[i]], *stringTable); in checkAttributeValueTable()
417 getValue(pvHandls[defIndices[i]], *stringTable); in checkAttributeValueTable()
557 void BIOSConfig::buildAndStoreAttrTables(const Table& stringTable) in buildAndStoreAttrTables() argument
559 BIOSStringTable biosStringTable(stringTable); in buildAndStoreAttrTables()
727 const std::optional<Table>& stringTable) in displayStringHandle() argument
750 stringTable->data(), stringTable->size(), pvHandls[index]); in displayStringHandle()
761 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in traceBIOSUpdate() local
768 BIOSStringTable biosStringTable(*stringTable); in traceBIOSUpdate()
785 stringTable); in traceBIOSUpdate()
896 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in setAttrValue() local
897 if (!attrValueTable || !attrTable || !stringTable) in setAttrValue()
914 auto rc = checkAttrValueToUpdate(attrValueEntry, attrEntry, *stringTable); in setAttrValue()
932 BIOSStringTable biosStringTable(*stringTable); in setAttrValue()
989 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in processBiosAttrChangeNotification() local
990 if (!stringTable.has_value()) in processBiosAttrChangeNotification()
995 BIOSStringTable biosStringTable(*stringTable); in processBiosAttrChangeNotification()
1064 auto stringTable = getBIOSTable(PLDM_BIOS_STRING_TABLE); in findAttrHandle() local
1067 BIOSStringTable biosStringTable(*stringTable); in findAttrHandle()