Searched refs:thisEntry (Results 1 – 1 of 1) sorted by relevance
306 nlohmann::json::object_t thisEntry; in getDumpEntryCollection() local326 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 …]