Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp945 std::vector<uint8_t> stringEntry3{ in TEST() local
952 buildTable(expectTable, enumEntry, stringEntry3, integerEntry); in TEST()
957 stringEntry3.data(), stringEntry3.size()); in TEST()
963 stringEntry3[2] = PLDM_BIOS_INTEGER; // set attribute type to integer in TEST()
966 stringEntry3.data(), stringEntry3.size()); in TEST()
968 stringEntry3[2] = PLDM_BIOS_STRING; // set attribute type to string in TEST()
974 stringEntry3.data(), stringEntry3.size()); in TEST()