Searched refs:expectedAttrEntry (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_string_attribute_test.cpp | 91 std::vector<uint8_t> expectedAttrEntry{ in TEST_F() local 113 checkConstructEntry(stringReadOnly, biosStringTable, expectedAttrEntry, in TEST_F() 135 expectedAttrEntry[2] = PLDM_BIOS_STRING; in TEST_F() 144 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F() 160 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
|
H A D | libpldmresponder_bios_integer_attribute_test.cpp | 103 std::vector<uint8_t> expectedAttrEntry{ in TEST_F() local 123 checkConstructEntry(integerReadOnly, biosStringTable, expectedAttrEntry, in TEST_F() 151 expectedAttrEntry[2] = PLDM_BIOS_INTEGER; in TEST_F() 154 checkConstructEntry(integerReadWrite, biosStringTable, expectedAttrEntry, in TEST_F() 169 checkConstructEntry(integerReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
|
H A D | libpldmresponder_bios_enum_attribute_test.cpp | 104 std::vector<uint8_t> expectedAttrEntry{ in TEST_F() local 131 checkConstructEntry(enumReadOnly, biosStringTable, expectedAttrEntry, in TEST_F() 160 expectedAttrEntry[2] = PLDM_BIOS_ENUMERATION; in TEST_F() 163 checkConstructEntry(enumReadWrite, biosStringTable, expectedAttrEntry, in TEST_F() 178 checkConstructEntry(enumReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
|
H A D | mocked_bios.hpp | 52 pldm::responder::bios::Table& expectedAttrEntry, in checkConstructEntry() argument 59 checkEntry(attrEntry, expectedAttrEntry); in checkConstructEntry()
|