Home
last modified time | relevance | path

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

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp76 uint8_t retmonth = 0; in TEST() local
82 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
87 EXPECT_EQ(month, retmonth); in TEST()
99 uint8_t retmonth = 0; in TEST() local
105 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
/openbmc/libpldm/tests/dsp/
H A Dbios.cpp299 uint8_t retmonth; in TEST() local
304 &retday, &retmonth, &retyear); in TEST()
311 EXPECT_EQ(retmonth, 11); in TEST()