Home
last modified time | relevance | path

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

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp75 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 Dbios.cpp300 uint16_t retyear; in TEST() local
304 &retday, &retmonth, &retyear); in TEST()
312 EXPECT_EQ(retyear, 2019); in TEST()