Searched refs:retyear (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 75 uint16_t retyear = 0; in TEST() local 82 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST() 86 EXPECT_EQ(year, retyear); in TEST() 98 uint16_t retyear = 0; in TEST() local 105 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios.cpp | 300 uint16_t retyear; in TEST() local 304 &retday, &retmonth, &retyear); in TEST() 312 EXPECT_EQ(retyear, 2019); in TEST()
|