Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp296 bitfield32_t updateOptionFlags; in sendUpdateComponentRequest() local
297 updateOptionFlags.bits.bit0 = std::get<3>(comp)[0]; in sendUpdateComponentRequest()
314 updateOptionFlags, PLDM_STR_TYPE_ASCII, compVerStrInfo.length, in sendUpdateComponentRequest()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp1079 bitfield32_t updateOptionFlags; in createRequestMsg() local
1081 ss >> std::hex >> updateOptionFlags.value; in createRequestMsg()
1092 componentImageSize, updateOptionFlags, in createRequestMsg()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp3504 constexpr bitfield32_t updateOptionFlags{1}; in TEST() local
3520 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3546 EXPECT_EQ(req.update_option_flags.value, updateOptionFlags.value); in TEST()
3562 constexpr bitfield32_t updateOptionFlags{1}; in TEST() local
3578 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3586 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3595 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3602 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3609 compComparisonStamp, 0, updateOptionFlags, PLDM_STR_TYPE_ASCII, in TEST()
3616 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
[all …]