Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.cpp32 _commitTimestamp = getBCDTime(now); in PrivateHeader()
82 _commitTimestamp.month, _commitTimestamp.day, in getJSON()
83 _commitTimestamp.yearMSB, _commitTimestamp.yearLSB, in getJSON()
84 _commitTimestamp.hour, _commitTimestamp.minutes, in getJSON()
85 _commitTimestamp.seconds); in getJSON()
140 stream >> _header >> _createTimestamp >> _commitTimestamp >> _creatorID >> in unflatten()
147 stream << _header << _createTimestamp << _commitTimestamp << _creatorID in flatten()
H A Dprivate_header.hpp92 return _commitTimestamp; in commitTimestamp()
102 _commitTimestamp = time; in setCommitTimestamp()
216 sizeof(_commitTimestamp) + sizeof(_creatorID) + in flattenedSize()
254 BCDTime _commitTimestamp; member in openpower::pels::PrivateHeader
/openbmc/openpower-hw-diags/attn/pel/
H A Dprivate_header.cpp15 stream << _header << _createTimestamp << _commitTimestamp << _creatorID in flatten()
22 stream >> _header >> _createTimestamp >> _commitTimestamp >> _creatorID >> in unflatten()
H A Dprivate_header.hpp87 sizeof(_commitTimestamp) + sizeof(_creatorID) + in flattenedSize()
123 uint64_t _commitTimestamp; member in attn::pel::PrivateHeader