Searched refs:thisEntry (Results 1 – 1 of 1) sorted by relevance
299 nlohmann::json::object_t thisEntry; in getDumpEntryCollection() local319 thisEntry["@odata.type"] = "#LogEntry.v1_11_0.LogEntry"; in getDumpEntryCollection()320 thisEntry["@odata.id"] = in getDumpEntryCollection()322 thisEntry["Id"] = entryID; in getDumpEntryCollection()323 thisEntry["EntryType"] = "Event"; in getDumpEntryCollection()324 thisEntry["Name"] = dumpType + " Dump Entry"; in getDumpEntryCollection()325 thisEntry["Created"] = in getDumpEntryCollection()330 thisEntry["Originator"] = originatorId; in getDumpEntryCollection()331 thisEntry["OriginatorType"] = originatorType; in getDumpEntryCollection()336 thisEntry["DiagnosticDataType"] = "Manager"; in getDumpEntryCollection()[all …]