Home
last modified time | relevance | path

Searched refs:PLDM_STR_TYPE_ASCII (Results 1 – 4 of 4) sorted by relevance

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp209 PLDM_STR_TYPE_ASCII); in TEST()
299 PLDM_STR_TYPE_ASCII); in TEST()
517 EXPECT_EQ(descriptorTitleStrType, PLDM_STR_TYPE_ASCII); in TEST()
1709 pkgDataLen, PLDM_STR_TYPE_ASCII, compImgSetVerStrLen, in TEST()
1751 pkgDataLen, PLDM_STR_TYPE_ASCII, compImgSetVerStrLen, in TEST()
1760 pkgDataLen, PLDM_STR_TYPE_ASCII, compImgSetVerStrLen, in TEST()
1782 pkgDataLen, PLDM_STR_TYPE_ASCII, compImgSetVerStrLen, in TEST()
1791 pkgDataLen, PLDM_STR_TYPE_ASCII, compImgSetVerStrLen, in TEST()
1800 pkgDataLen, PLDM_STR_TYPE_ASCII, compImgSetVerStrLen, in TEST()
2178 PLDM_STR_TYPE_ASCII, compVerStrLen, nullptr, requestMsg, in TEST()
[all …]
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp46 PLDM_STR_TYPE_ASCII, compImgSetVerStrInfo.length, &compImgSetVerStrInfo, in startFwUpdateFlow()
174 compClassificationIndex, compComparisonStamp, PLDM_STR_TYPE_ASCII, in sendPassCompTableRequest()
306 updateOptionFlags, PLDM_STR_TYPE_ASCII, compVerStrInfo.length, in sendUpdateComponentRequest()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h113 PLDM_STR_TYPE_ASCII = 1, enumerator
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c19 case PLDM_STR_TYPE_ASCII: in is_string_type_valid()