Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp1529 constexpr uint8_t pendingCompVerStrLen = 8; in TEST() local
1532 pendingCompVerStrLen; in TEST()
1549 inEntry->pending_comp_ver_str_len = pendingCompVerStrLen; in TEST()
1560 std::fill_n(entry.data() + pendingCompVerStrPos, pendingCompVerStrLen, in TEST()
1624 .str_len = pendingCompVerStrLen, in TEST()
1633 std::fill_n(entryFull.pending_ver.str.str_data, pendingCompVerStrLen, 0xbb); in TEST()