Searched refs:entryTimeStr (Results 1 – 2 of 2) sorted by relevance
124 std::string entryTimeStr; in fillBMCJournalLogEntryJson() local125 if (!getEntryTimestamp(journal, entryTimeStr)) in fillBMCJournalLogEntryJson()155 bmcJournalLogEntryJson["Created"] = std::move(entryTimeStr); in fillBMCJournalLogEntryJson()
250 std::string entryTimeStr; in fillPostCodeEntry() local251 entryTimeStr = redfish::time_utils::getDateTimeUintUs(usecSinceEpoch); in fillPostCodeEntry()298 bmcLogEntry["Created"] = entryTimeStr; in fillPostCodeEntry()