Searched refs:thisEntry (Results 1 – 1 of 1) sorted by relevance
415 nlohmann::json::object_t thisEntry; in getDumpEntryCollection() local435 thisEntry["@odata.type"] = "#LogEntry.v1_11_0.LogEntry"; in getDumpEntryCollection()436 thisEntry["@odata.id"] = entriesPath + entryID; in getDumpEntryCollection()437 thisEntry["Id"] = entryID; in getDumpEntryCollection()438 thisEntry["EntryType"] = "Event"; in getDumpEntryCollection()439 thisEntry["Name"] = dumpType + " Dump Entry"; in getDumpEntryCollection()440 thisEntry["Created"] = in getDumpEntryCollection()445 thisEntry["Originator"] = originatorId; in getDumpEntryCollection()446 thisEntry["OriginatorType"] = originatorType; in getDumpEntryCollection()451 thisEntry["DiagnosticDataType"] = "Manager"; in getDumpEntryCollection()[all …]