Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp2041 constexpr char versionsStr[] = {'1', '2', '3', '4', '5', '6', '7', '8', in TEST() local
2045 .ptr = reinterpret_cast<const uint8_t*>(versionsStr), in TEST()
2046 .length = sizeof(versionsStr)}; in TEST()
2082 constexpr char versionsStr[] = {'1', '2', '3', '4', '5', '6', '7', '8', in TEST() local
2086 .ptr = reinterpret_cast<const uint8_t*>(versionsStr), in TEST()
2087 .length = sizeof(versionsStr)}; in TEST()
2107 constexpr char versionsStr[] = {'1', '2', '3', '4', '5', '6', '7', '8', in TEST() local
2111 .ptr = reinterpret_cast<const uint8_t*>(versionsStr), in TEST()
2112 .length = sizeof(versionsStr) - 1 // Inject error length in TEST()