Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp1322 constexpr uint8_t activeCompVerStrLen = 8; in TEST() local
1326 sizeof(struct pldm_component_parameter_entry) + activeCompVerStrLen + in TEST()
1339 inEntry->active_comp_ver_str_len = activeCompVerStrLen; in TEST()
1352 std::fill_n(entry.data() + activeCompVerStrPos, activeCompVerStrLen, 0xaa); in TEST()
1354 activeCompVerStrPos + activeCompVerStrLen; in TEST()
1411 .str_len = activeCompVerStrLen, in TEST()
1427 std::fill_n(entryFull.active_ver.str.str_data, activeCompVerStrLen, 0xaa); in TEST()