Lines Matching refs:log_entry
203 inline log_entry::OriginatorTypes mapDbusOriginatorTypeToRedfish( in mapDbusOriginatorTypeToRedfish()
209 return log_entry::OriginatorTypes::Client; in mapDbusOriginatorTypeToRedfish()
214 return log_entry::OriginatorTypes::Internal; in mapDbusOriginatorTypeToRedfish()
219 return log_entry::OriginatorTypes::SupportingService; in mapDbusOriginatorTypeToRedfish()
221 return log_entry::OriginatorTypes::Invalid; in mapDbusOriginatorTypeToRedfish()
227 std::string& originatorId, log_entry::OriginatorTypes& originatorType, in parseDumpEntryFromDbusObject()
313 if (originatorType == log_entry::OriginatorTypes::Invalid) in parseDumpEntryFromDbusObject()
413 log_entry::OriginatorTypes originatorType = in getDumpEntryCollection()
414 log_entry::OriginatorTypes::Internal; in getDumpEntryCollection()
511 log_entry::OriginatorTypes originatorType = in getDumpEntryById()
512 log_entry::OriginatorTypes::Internal; in getDumpEntryById()
2730 logEntry["EntryType"] = log_entry::LogEntryType::Oem; in logCrashdumpEntry()