Home
last modified time | relevance | path

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

/openbmc/libpldm/bindings/cpp/
H A Dtypes.cpp51 const variable_field &componentLocation, in ComponentImageInfo() argument
59 componentLocation(componentLocation), in ComponentImageInfo()
73 componentLocation(ref.componentLocation), in ComponentImageInfo()
98 if (HasMember(&ComponentImageInfo::componentLocation) && in operator ==()
99 other.HasMember(&ComponentImageInfo::componentLocation)) { in operator ==()
100 if (componentLocation.length != in operator ==()
101 other.componentLocation.length) { in operator ==()
/openbmc/libpldm/include/libpldm++/
H A Dfirmware_update.hpp63 const variable_field &componentLocation,
88 const variable_field componentLocation; member
/openbmc/libpldm/tests/bindings/cpp/
H A Dfirmware_update_test.cpp151 EXPECT_EQ(outCompImageInfos[0].componentLocation.length, 1); in TEST()