Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dinventory_manager.cpp220 variable_field activeCompVerStr{}; in getFirmwareParameters() local
227 compParamPtr, compParamTableLen, &compEntry, &activeCompVerStr, in getFirmwareParameters()
243 activeCompVerStr.length + pendingCompVerStr.length; in getFirmwareParameters()
245 activeCompVerStr.length + pendingCompVerStr.length; in getFirmwareParameters()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp277 variable_field activeCompVerStr{}; in parseResponseMsg() local
285 compParamPtr, compParamTableLen, &compEntry, &activeCompVerStr, in parseResponseMsg()
394 pldm::utils::toString(activeCompVerStr); in parseResponseMsg()
399 activeCompVerStr.length + pendingCompVerStr.length; in parseResponseMsg()
402 activeCompVerStr.length + pendingCompVerStr.length; in parseResponseMsg()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp2379 constexpr char activeCompVerStr[activeCompVerStrLen] = {'1', '2', '3', '4', in TEST() local
2413 buf, activeCompVerStrLen, activeCompVerStr, sizeof(activeCompVerStr)); in TEST()
2461 EXPECT_EQ(0, memcmp(versions.ptr, activeCompVerStr, activeCompVerStrLen)); in TEST()
2467 activeCompVerStr, activeCompVerStrLen)); in TEST()
2474 EXPECT_EQ(0, memcmp(entry_version.active_comp_ver_str, activeCompVerStr, in TEST()