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 | 1192 TEST(fruFieldParserU32, goodTest) in TEST() argument 1196 auto result = fruFieldParserU32(data.data(), data.size()); in TEST() 1200 TEST(fruFieldParserU32, BadTest) in TEST() argument 1203 auto result = fruFieldParserU32(data.data(), data.size() - 1); in TEST() 1205 result = fruFieldParserU32(nullptr, data.size()); in TEST()
|
| /openbmc/pldm/common/ |
| H A D | utils.hpp | 699 std::optional<uint32_t> fruFieldParserU32(const uint8_t* value,
|
| H A D | utils.cpp | 817 std::optional<uint32_t> fruFieldParserU32(const uint8_t* value, in fruFieldParserU32() function
|
| /openbmc/pldm/platform-mc/ |
| H A D | terminus.cpp | 716 pldm::utils::fruFieldParserU32(tlv->value, tlv->length); in updateInventoryWithFru()
|