Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp306 nlohmann::json::object_t thisEntry; in getDumpEntryCollection() local
326 thisEntry["@odata.type"] = "#LogEntry.v1_11_0.LogEntry"; in getDumpEntryCollection()
327 thisEntry["@odata.id"] = entriesPath + entryID; in getDumpEntryCollection()
328 thisEntry["Id"] = entryID; in getDumpEntryCollection()
329 thisEntry["EntryType"] = "Event"; in getDumpEntryCollection()
330 thisEntry["Name"] = dumpType + " Dump Entry"; in getDumpEntryCollection()
331 thisEntry["Created"] = in getDumpEntryCollection()
336 thisEntry["Originator"] = originatorId; in getDumpEntryCollection()
337 thisEntry["OriginatorType"] = originatorType; in getDumpEntryCollection()
342 thisEntry["DiagnosticDataType"] = "Manager"; in getDumpEntryCollection()
[all …]