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.cpp1527 constexpr uint8_t activeCompVerStrLen = 8; in TEST() local
1531 sizeof(struct pldm_component_parameter_entry) + activeCompVerStrLen + in TEST()
1544 inEntry->active_comp_ver_str_len = activeCompVerStrLen; in TEST()
1557 std::fill_n(entry.data() + activeCompVerStrPos, activeCompVerStrLen, 0xaa); in TEST()
1559 activeCompVerStrPos + activeCompVerStrLen; in TEST()
1616 .str_len = activeCompVerStrLen, in TEST()
1632 std::fill_n(entryFull.active_ver.str.str_data, activeCompVerStrLen, 0xaa); in TEST()