Home
last modified time | relevance | path

Searched refs:usTimeOffset (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp131 uint64_t usTimeOffset = tsUS - firstPostCodeUsSinceEpoch; in savePostCodes() local
145 timeOffsetStr << static_cast<double>(usTimeOffset) / 1000 / 1000; in savePostCodes()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp217 uint64_t usTimeOffset = 0; in fillPostCodeEntry() local
225 usTimeOffset = code.first - firstCodeTimeUs; in fillPostCodeEntry()
260 timeOffsetStr << static_cast<double>(usTimeOffset) / 1000 / 1000; in fillPostCodeEntry()