Home
last modified time | relevance | path

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

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp114 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 Dbios.cpp297 uint8_t rethours; in TEST() local
303 &retseconds, &retminutes, &rethours, in TEST()
309 EXPECT_EQ(rethours, 10); in TEST()