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.cpp1324 constexpr uint8_t pendingCompVerStrLen = 8; in TEST() local
1327 pendingCompVerStrLen; in TEST()
1344 inEntry->pending_comp_ver_str_len = pendingCompVerStrLen; in TEST()
1355 std::fill_n(entry.data() + pendingCompVerStrPos, pendingCompVerStrLen, in TEST()
1419 .str_len = pendingCompVerStrLen, in TEST()
1428 std::fill_n(entryFull.pending_ver.str.str_data, pendingCompVerStrLen, 0xbb); in TEST()