Home
last modified time | relevance | path

Searched refs:getBCDTime (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dbcd_time_test.cpp73 auto timeInBCD = getBCDTime(timepoint); in TEST()
92 ASSERT_EQ(getBCDTime(now), getBCDTime(ms)); in TEST()
102 auto bcdTime = getBCDTime(ms); in TEST()
H A Dpel_utils.cpp237 auto timestamp = getBCDTime(now); in pelFactory()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.cpp28 BCDTime getBCDTime(std::chrono::time_point<std::chrono::system_clock>& time) in getBCDTime() function
53 BCDTime getBCDTime(uint64_t epochMS) in getBCDTime() function
58 return getBCDTime(time); in getBCDTime()
H A Dbcd_time.hpp48 BCDTime getBCDTime(std::chrono::time_point<std::chrono::system_clock>& time);
56 BCDTime getBCDTime(uint64_t milliseconds);
H A Dprivate_header.cpp29 _createTimestamp = getBCDTime(timestamp); in PrivateHeader()
32 _commitTimestamp = getBCDTime(now); in PrivateHeader()
H A Dpel.cpp251 _ph->setCommitTimestamp(getBCDTime(now)); in setCommitTime()