Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlog_entry.hpp148 enum class OriginatorTypes{ enum
302 NLOHMANN_JSON_SERIALIZE_ENUM(OriginatorTypes, {
303 {OriginatorTypes::Invalid, "Invalid"},
304 {OriginatorTypes::Client, "Client"},
305 {OriginatorTypes::Internal, "Internal"},
306 {OriginatorTypes::SupportingService, "SupportingService"},
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dsystem_dump_entry.hpp23 OriginatedBy::OriginatorTypes;
H A Dresource_dump_entry.hpp25 OriginatedBy::OriginatorTypes;
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp94 inline log_entry::OriginatorTypes mapDbusOriginatorTypeToRedfish( in mapDbusOriginatorTypeToRedfish()
100 return log_entry::OriginatorTypes::Client; in mapDbusOriginatorTypeToRedfish()
105 return log_entry::OriginatorTypes::Internal; in mapDbusOriginatorTypeToRedfish()
110 return log_entry::OriginatorTypes::SupportingService; in mapDbusOriginatorTypeToRedfish()
112 return log_entry::OriginatorTypes::Invalid; in mapDbusOriginatorTypeToRedfish()
118 std::string& originatorId, log_entry::OriginatorTypes& originatorType, in parseDumpEntryFromDbusObject()
204 if (originatorType == log_entry::OriginatorTypes::Invalid) in parseDumpEntryFromDbusObject()
304 log_entry::OriginatorTypes originatorType = in getDumpEntryCollection()
305 log_entry::OriginatorTypes::Internal; in getDumpEntryCollection()
402 log_entry::OriginatorTypes originatorType = in getDumpEntryById()
[all …]
/openbmc/phosphor-debug-collector/
H A Ddump_entry.hpp51 OriginatedBy::OriginatorTypes;
H A Dbmc_dump_entry.hpp27 OriginatedBy::OriginatorTypes;