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.cpp270 const auto& compVersion = in sendPassCompTableRequest() local
274 compVerStrInfo.ptr = reinterpret_cast<const uint8_t*>(compVersion.data()); in sendPassCompTableRequest()
275 compVerStrInfo.length = static_cast<uint8_t>(compVersion.size()); in sendPassCompTableRequest()
408 const auto& compVersion = std::get<7>(comp); in sendUpdateComponentRequest() local
410 compVerStrInfo.ptr = reinterpret_cast<const uint8_t*>(compVersion.data()); in sendUpdateComponentRequest()
411 compVerStrInfo.length = static_cast<uint8_t>(compVersion.size()); in sendUpdateComponentRequest()
655 const auto& compVersion = std::get<7>(comp); in transferComplete() local
661 "EID", eid, "COMPONENT_VERSION", compVersion); in transferComplete()
667 "EID", eid, "COMPONENT_VERSION", compVersion, "RESULT", in transferComplete()
716 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()