Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.cpp43 _createTimestamp = getBCDTime(timestamp); in PrivateHeader()
90 _createTimestamp.month, _createTimestamp.day, in getJSON()
91 _createTimestamp.yearMSB, _createTimestamp.yearLSB, in getJSON()
92 _createTimestamp.hour, _createTimestamp.minutes, in getJSON()
93 _createTimestamp.seconds); in getJSON()
154 stream >> _header >> _createTimestamp >> _commitTimestamp >> _creatorID >> in unflatten()
161 stream << _header << _createTimestamp << _commitTimestamp << _creatorID in flatten()
H A Dprivate_header.hpp82 return _createTimestamp; in createTimestamp()
215 return Section::flattenedSize() + sizeof(_createTimestamp) + in flattenedSize()
249 BCDTime _createTimestamp; 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.hpp86 return Section::flattenedSize() + sizeof(_createTimestamp) + in flattenedSize()
118 uint64_t _createTimestamp; member in attn::pel::PrivateHeader