Searched refs:defLength (Results 1 – 6 of 6) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios_string_attribute.cpp | 37 stringInfo.defLength = in BIOSStringAttribute() 46 stringInfo.defLength, in BIOSStringAttribute() 58 "DEFAULT_STRING_LENGTH", stringInfo.defLength, "DEFAULT_STRING", in BIOSStringAttribute() 107 stringInfo.maxLength, stringInfo.defLength, in constructEntry()
|
H A D | bios_table.cpp | 193 uint16_t defLength; in decodeStringEntry() local 195 entry, &defLength); in decodeStringEntry() 205 std::vector<char> buffer(defLength + 1); in decodeStringEntry() 208 return {strType, minLength, maxLength, defLength, in decodeStringEntry() 209 std::string(buffer.data(), buffer.data() + defLength)}; in decodeStringEntry()
|
H A D | bios_table.hpp | 215 uint16_t defLength; member
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_string_attribute_test.cpp | 50 EXPECT_EQ(stringInfo.defLength, 2); in TEST_F()
|
H A D | libpldmresponder_bios_config_test.cpp | 159 EXPECT_EQ(stringField.defLength, in TEST_F()
|
H A D | libpldmresponder_systemspecific_bios_test.cpp | 166 EXPECT_EQ(stringField.defLength, in TEST_F()
|