Home
last modified time | relevance | path

Searched refs:commitTime (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp156 BCDTime commitTime() const in commitTime() function in openpower::pels::PEL
H A Drepository.cpp174 auto path = _logPath / getPELFilename(pel->id(), pel->commitTime()); in add()
782 auto path = _archivePath / getPELFilename(pel.id(), pel.commitTime()); in archivePEL()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp898 Repository::getPELFilename(pel->id(), pel->commitTime()); in TEST_F()
905 archivePath /= Repository::getPELFilename(pel->id(), pel->commitTime()); in TEST_F()
951 archivePath /= Repository::getPELFilename(pel->id(), pel->commitTime()); in TEST_F()
H A Dpel_test.cpp83 auto origTime = pel->commitTime(); in TEST_F()
85 auto newTime = pel->commitTime(); in TEST_F()
92 EXPECT_EQ(newTime, newPel->commitTime()); in TEST_F()