Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp165 const auto& compVersion = in sendPassCompTableRequest() local
169 compVerStrInfo.ptr = reinterpret_cast<const uint8_t*>(compVersion.data()); in sendPassCompTableRequest()
170 compVerStrInfo.length = static_cast<uint8_t>(compVersion.size()); in sendPassCompTableRequest()
299 const auto& compVersion = std::get<7>(comp); in sendUpdateComponentRequest() local
301 compVerStrInfo.ptr = reinterpret_cast<const uint8_t*>(compVersion.data()); in sendUpdateComponentRequest()
302 compVerStrInfo.length = static_cast<uint8_t>(compVersion.size()); in sendUpdateComponentRequest()
535 const auto& compVersion = std::get<7>(comp); in transferComplete() local
541 "EID", eid, "COMPONENT_VERSION", compVersion); in transferComplete()
547 "EID", eid, "COMPONENT_VERSION", compVersion, "RESULT", in transferComplete()
596 const auto& compVersion = std::get<7>(comp); in verifyComplete() local
[all …]
H A Dpackage_parser.cpp152 variable_field compVersion{}; in parseCompImageInfoArea() local
156 &compVersion); in parseCompImageInfoArea()
180 utils::toString(compVersion))); in parseCompImageInfoArea()
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp170 variable_field compVersion{}; in parseCompImageInfoArea() local
174 &compVersion); in parseCompImageInfoArea()
198 utils::toString(compVersion))); in parseCompImageInfoArea()