Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_string_attribute_test.cpp113 checkConstructEntry(stringReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()
144 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
160 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
H A Dlibpldmresponder_bios_integer_attribute_test.cpp123 checkConstructEntry(integerReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()
154 checkConstructEntry(integerReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
169 checkConstructEntry(integerReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
H A Dlibpldmresponder_bios_enum_attribute_test.cpp131 checkConstructEntry(enumReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()
163 checkConstructEntry(enumReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
178 checkConstructEntry(enumReadWrite, biosStringTable, expectedAttrEntry, in TEST_F()
H A Dmocked_bios.hpp50 void checkConstructEntry(pldm::responder::bios::BIOSAttribute& attribute, in checkConstructEntry() function