Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djournal_utils.hpp124 std::string entryTimeStr; in fillBMCJournalLogEntryJson() local
125 if (!getEntryTimestamp(journal, entryTimeStr)) in fillBMCJournalLogEntryJson()
155 bmcJournalLogEntryJson["Created"] = std::move(entryTimeStr); in fillBMCJournalLogEntryJson()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp250 std::string entryTimeStr; in fillPostCodeEntry() local
251 entryTimeStr = redfish::time_utils::getDateTimeUintUs(usecSinceEpoch); in fillPostCodeEntry()
298 bmcLogEntry["Created"] = entryTimeStr; in fillPostCodeEntry()