Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp37 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 Dbios_table.cpp193 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 Dbios_table.hpp215 uint16_t defLength; member
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_string_attribute_test.cpp50 EXPECT_EQ(stringInfo.defLength, 2); in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp159 EXPECT_EQ(stringField.defLength, in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp166 EXPECT_EQ(stringField.defLength, in TEST_F()