Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dpackage_parser.cpp36 variable_field fwDevicePkgData{}; in parseFDIdentificationArea() local
41 &compImageSetVersionStr, &recordDescriptors, &fwDevicePkgData); in parseFDIdentificationArea()
134 fwDevicePkgData.ptr, in parseFDIdentificationArea()
135 fwDevicePkgData.ptr + fwDevicePkgData.length})); in parseFDIdentificationArea()
H A Ddevice_updater.cpp127 const auto& fwDevicePkgData = in startFwUpdateFlow() local
145 PLDM_FWUP_MIN_OUTSTANDING_REQ, fwDevicePkgData.size(), in startFwUpdateFlow()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp54 variable_field fwDevicePkgData{}; in parseFDIdentificationArea() local
59 &compImageSetVersionStr, &recordDescriptors, &fwDevicePkgData); in parseFDIdentificationArea()
152 fwDevicePkgData.ptr, in parseFDIdentificationArea()
153 fwDevicePkgData.ptr + fwDevicePkgData.length})); in parseFDIdentificationArea()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp361 constexpr std::array<uint8_t, fwDevicePkgDataLen> fwDevicePkgData{0xab, in TEST() local
368 uuid.size() + fwDevicePkgData.size(); in TEST()
430 EXPECT_EQ(outFwDevicePkgData.length, fwDevicePkgData.size()); in TEST()
434 fwDevicePkgData.begin(), fwDevicePkgData.end())); in TEST()