Searched refs:timeToEpoch (Results 1 – 3 of 3) sorted by relevance
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_test.cpp | 48 TEST(timeToEpoch, testTime0) in TEST() argument 60 timeSec = timeToEpoch(sec, min, hours, day, month, year); in TEST()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios.hpp | 128 std::time_t timeToEpoch(uint8_t seconds, uint8_t minutes, uint8_t hours,
|
H A D | bios.cpp | 43 std::time_t timeToEpoch(uint8_t seconds, uint8_t minutes, uint8_t hours, in timeToEpoch() function 203 timeSec = pldm::responder::utils::timeToEpoch(seconds, minutes, hours, day, in setDateTime()
|