Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_integer_attribute_test.cpp43 BIOSIntegerAttribute integerReadOnly{jsonIntegerReadOnly, nullptr}; in TEST_F() local
44 EXPECT_EQ(integerReadOnly.name, "SBE_IMAGE_MINIMUM_VALID_ECS"); in TEST_F()
45 EXPECT_TRUE(integerReadOnly.readOnly); in TEST_F()
46 auto& integerInfo = getIntegerInfo(integerReadOnly); in TEST_F()
118 BIOSIntegerAttribute integerReadOnly{jsonIntegerReadOnly, nullptr}; in TEST_F() local
123 checkConstructEntry(integerReadOnly, biosStringTable, expectedAttrEntry, in TEST_F()