Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp107 EXPECT_EQ(pkgHeader.package_version_string_type, PLDM_STR_TYPE_ASCII); in TEST()
394 PLDM_STR_TYPE_ASCII); in TEST()
485 PLDM_STR_TYPE_ASCII); in TEST()
764 EXPECT_EQ(descriptorTitleStrType, PLDM_STR_TYPE_ASCII); in TEST()
938 EXPECT_EQ(outCompImageInfo.comp_version_string_type, PLDM_STR_TYPE_ASCII); in TEST()
1240 EXPECT_EQ(outResp.active_comp_image_set_ver_str_type, PLDM_STR_TYPE_ASCII); in TEST()
1243 EXPECT_EQ(outResp.pending_comp_image_set_ver_str_type, PLDM_STR_TYPE_ASCII); in TEST()
1301 EXPECT_EQ(outResp.active_comp_image_set_ver_str_type, PLDM_STR_TYPE_ASCII); in TEST()
1304 EXPECT_EQ(outResp.pending_comp_image_set_ver_str_type, PLDM_STR_TYPE_ASCII); in TEST()
1358 EXPECT_EQ(outResp.active_comp_image_set_ver_str_type, PLDM_STR_TYPE_ASCII); in TEST()
[all …]
/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp163 active->str_type = PLDM_STR_TYPE_ASCII; in cb_imageset_versions()
166 pending->str_type = PLDM_STR_TYPE_ASCII; in cb_imageset_versions()
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp146 PLDM_STR_TYPE_ASCII, compImgSetVerStrInfo.length, &compImgSetVerStrInfo, in startFwUpdateFlow()
283 compClassificationIndex, compComparisonStamp, PLDM_STR_TYPE_ASCII, in sendPassCompTableRequest()
423 updateOptionFlags, PLDM_STR_TYPE_ASCII, compVerStrInfo.length, in sendUpdateComponentRequest()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp102 {"ASCII", PLDM_STR_TYPE_ASCII}, in convertStringTypeToUInt8()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h172 PLDM_STR_TYPE_ASCII = 1, enumerator
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c27 case PLDM_STR_TYPE_ASCII: in is_string_type_valid()