Searched refs:rethours (Results 1 – 2 of 2) sorted by relevance
| /openbmc/pldm/common/test/ |
| H A D | pldm_utils_test.cpp | 114 uint8_t rethours = 0; in TEST() local 118 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST() 125 EXPECT_EQ(hours, rethours); in TEST() 137 uint8_t rethours = 0; in TEST() local 141 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | bios.cpp | 297 uint8_t rethours; in TEST() local 303 &retseconds, &retminutes, &rethours, in TEST() 309 EXPECT_EQ(rethours, 10); in TEST()
|