Searched refs:OriginatorTypes (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | log_entry.hpp | 148 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 D | system_dump_entry.hpp | 23 OriginatedBy::OriginatorTypes;
|
| H A D | resource_dump_entry.hpp | 25 OriginatedBy::OriginatorTypes;
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | log_services.hpp | 94 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 D | dump_entry.hpp | 51 OriginatedBy::OriginatorTypes;
|
| H A D | bmc_dump_entry.hpp | 27 OriginatedBy::OriginatorTypes;
|