Searched refs:defIndices (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 231 std::vector<uint8_t> defIndices(defNum); in checkAttributeTable() local 233 entry, defIndices.data(), defIndices.size()); in checkAttributeTable() 245 for (size_t i = 0; i < defIndices.size(); i++) in checkAttributeTable() 249 pvHandls[defIndices[i]]); in checkAttributeTable() 409 std::vector<uint8_t> defIndices(defNum); in checkAttributeValueTable() local 411 attrEntry, defIndices.data(), defIndices.size()); in checkAttributeValueTable() 414 for (size_t i = 0; i < defIndices.size(); i++) in checkAttributeValueTable() 417 getValue(pvHandls[defIndices[i]], *stringTable); in checkAttributeValueTable()
|
H A D | bios_table.cpp | 256 std::vector<uint8_t> defIndices(defNum, 0); in decodeEnumEntry() local 257 pldm_bios_table_attr_entry_enum_decode_def_indices(entry, defIndices.data(), in decodeEnumEntry() 258 defIndices.size()); in decodeEnumEntry() 259 return {pvHdls, defIndices}; in decodeEnumEntry()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 572 std::vector<uint8_t> defIndices(defNum); in decodeAttributeTable() local 574 entry, defIndices.data(), defIndices.size()); in decodeAttributeTable() 585 for (size_t i = 0; i < defIndices.size(); i++) in decodeAttributeTable() 588 std::to_string(i) + "]"] = (int)defIndices[i]; in decodeAttributeTable() 590 displayStringHandle(pvHandls[defIndices[i]], in decodeAttributeTable()
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios_table.cpp | 114 std::vector<uint8_t> defIndices(defNumber); in TEST() local 116 entry, defIndices.data(), defIndices.size()); in TEST() 118 EXPECT_THAT(defIndices, ElementsAreArray({1})); in TEST()
|