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.cpp405 bitfield32_t updateOptionFlags; in sendUpdateComponentRequest() local
406 updateOptionFlags.bits.bit0 = std::get<3>(comp)[0]; in sendUpdateComponentRequest()
423 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.cpp3503 constexpr bitfield32_t updateOptionFlags{1}; in TEST() local
3519 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3545 EXPECT_EQ(req.update_option_flags.value, updateOptionFlags.value); in TEST()
3561 constexpr bitfield32_t updateOptionFlags{1}; in TEST() local
3577 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3585 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3594 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3601 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
3608 compComparisonStamp, 0, updateOptionFlags, PLDM_STR_TYPE_ASCII, in TEST()
3615 compComparisonStamp, compImageSize, updateOptionFlags, in TEST()
[all …]