Searched refs:stringReadWrite (Results 1 – 1 of 1) sorted by relevance
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_string_attribute_test.cpp | 69 BIOSStringAttribute stringReadWrite{jsonStringReadWrite, nullptr}; in TEST_F() local 71 EXPECT_EQ(stringReadWrite.name, "str_example1"); in TEST_F() 72 EXPECT_TRUE(!stringReadWrite.readOnly); in TEST_F() 132 BIOSStringAttribute stringReadWrite{jsonStringReadWrite, &dbusHandler}; in TEST_F() local 144 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F() 160 checkConstructEntry(stringReadWrite, biosStringTable, expectedAttrEntry, in TEST_F() 186 BIOSStringAttribute stringReadWrite{jsonStringReadWrite, &dbusHandler}; in TEST_F() local 200 stringReadWrite.setAttrValueOnDbus(entry, nullptr, biosStringTable); in TEST_F()
|