Searched refs:retmonth (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 76 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 D | bios.cpp | 299 uint8_t retmonth; in TEST() local 304 &retday, &retmonth, &retyear); in TEST() 311 EXPECT_EQ(retmonth, 11); in TEST()
|