Searched refs:uintToDate (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/common/ |
H A D | utils.hpp | 123 bool uintToDate(uint64_t data, uint16_t* year, uint8_t* month, uint8_t* day,
|
H A D | utils.cpp | 183 bool uintToDate(uint64_t data, uint16_t* year, uint8_t* month, uint8_t* day, in uintToDate() function
|
/openbmc/pldm/common/test/ |
H A D | pldm_utils_test.cpp | 82 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST() 105 auto ret = uintToDate(data, &retyear, &retmonth, &retday, &rethours, in TEST()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 123 if (!uintToDate(tmData, &year, &month, &day, &hours, &minutes, in createRequestMsg()
|