Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp220 uint64_t usTimeOffset = 0; in fillPostCodeEntry() local
228 usTimeOffset = code.first - firstCodeTimeUs; in fillPostCodeEntry()
263 timeOffsetStr << static_cast<double>(usTimeOffset) / 1000 / 1000; in fillPostCodeEntry()
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp255 uint64_t usTimeOffset = tsUS - firstPostCodeUsSinceEpoch; in savePostCodes() local
269 timeOffsetStr << static_cast<double>(usTimeOffset) / 1000 / 1000; in savePostCodes()