Searched refs:fruFieldParserU32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_fru_cmd.cpp | 128 fruFieldParserU32(tlv->value, tlv->length); in print() 171 fruFieldParserU32(tlv->value, tlv->length); in print() 290 static std::string fruFieldParserU32(const uint8_t* value, uint8_t length) in fruFieldParserU32() function in pldmtool::fru::FRUTablePrint
|
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 1177 TEST(fruFieldParserU32, goodTest) in TEST() argument 1181 auto result = fruFieldParserU32(data.data(), data.size()); in TEST() 1185 TEST(fruFieldParserU32, BadTest) in TEST() argument 1188 auto result = fruFieldParserU32(data.data(), data.size() - 1); in TEST() 1190 result = fruFieldParserU32(nullptr, data.size()); in TEST()
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 610 std::optional<uint32_t> fruFieldParserU32(const uint8_t* value,
|
H A D | utils.cpp | 768 std::optional<uint32_t> fruFieldParserU32(const uint8_t* value, in fruFieldParserU32() function
|
/openbmc/pldm/platform-mc/ |
H A D | terminus.cpp | 697 pldm::utils::fruFieldParserU32(tlv->value, tlv->length); in updateInventoryWithFru()
|