Searched refs:epochToBCDTime (Results 1 – 3 of 3) sorted by relevance
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_bios_test.cpp | 19 TEST(epochToBCDTime, testTime) in TEST() argument 38 epochToBCDTime(epochTime, seconds, minutes, hours, day, month, year); in TEST()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios.hpp | 125 void epochToBCDTime(uint64_t timeSec, uint8_t& seconds, uint8_t& minutes,
|
| H A D | bios.cpp | 31 void epochToBCDTime(uint64_t timeSec, uint8_t& seconds, uint8_t& minutes, in epochToBCDTime() function 149 pldm::responder::utils::epochToBCDTime(timeSec, seconds, minutes, hours, in getDateTime()
|