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.cpp2070 constexpr char versionsStr[] = {'1', '2', '3', '4', '5', '6', '7', '8', in TEST() local
2074 .ptr = reinterpret_cast<const uint8_t*>(versionsStr), in TEST()
2075 .length = sizeof(versionsStr)}; in TEST()
2109 constexpr char versionsStr[] = {'1', '2', '3', '4', '5', '6', '7', '8', in TEST() local
2113 .ptr = reinterpret_cast<const uint8_t*>(versionsStr), in TEST()
2114 .length = sizeof(versionsStr)}; in TEST()
2132 constexpr char versionsStr[] = {'1', '2', '3', '4', '5', '6', '7', '8', in TEST() local
2136 .ptr = reinterpret_cast<const uint8_t*>(versionsStr), in TEST()
2137 .length = sizeof(versionsStr) - 1 // Inject error length in TEST()