Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp40 return lastMessage; in getLastMessage()
44 std::string lastMessage; member in GzFileReader
111 if (!lastMessage.empty()) in hostLogEntryParser()
113 logEntry.insert(0, lastMessage); in hostLogEntryParser()
114 lastMessage.clear(); in hostLogEntryParser()
185 lastMessage.insert( in hostLogEntryParser()
186 lastMessage.end(), in hostLogEntryParser()
192 size_t tmpMessageSize = totalFilesSize + lastMessage.size(); in hostLogEntryParser()
206 lastMessage = std::move(newLastMessage); in hostLogEntryParser()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp87 std::string lastMessage = logFile.getLastMessage(); in getHostLoggerEntries() local
88 if (!lastMessage.empty()) in getHostLoggerEntries()
93 logEntries.push_back(lastMessage); in getHostLoggerEntries()