/openbmc/phosphor-debug-collector/ |
H A D | faultlog_dump_entry.hpp | 44 * @param[in] originatorType - Originator type 51 originatorTypes originatorType, phosphor::dump::Manager& parent) : in Entry() argument 53 file, status, originatorId, originatorType, in Entry()
|
H A D | dump_entry.cpp | 92 j["originatorType"] = originatorType(); in serialize() 144 originatorType(j["originatorType"].get<originatorTypes>()); in deserialize()
|
H A D | dump_manager_faultlog.cpp | 51 originatorTypes originatorType; in createDump() local 54 originatorType); in createDump() 104 originatorType, *this))); in createDump()
|
H A D | dump_utils.hpp | 233 originatorTypes& originatorType) in extractOriginatorProperties() argument 267 CreateParametersXYZ::OriginatorType)); in extractOriginatorProperties() 270 lg2::info("OriginatorType is not provided. Replacing the string " in extractOriginatorProperties() 272 originatorType = originatorTypes::Internal; in extractOriginatorProperties() 279 originatorType = sdbusplus::xyz::openbmc_project::Common::server:: in extractOriginatorProperties() 285 lg2::error("An invalid originatorType passed, errormsg: {ERROR}", in extractOriginatorProperties()
|
H A D | bmc_dump_entry.hpp | 54 * @param[in] originatorType - Originator type 61 originatorTypes originatorType, phosphor::dump::Manager& parent) : in Entry() argument 63 file, status, originatorId, originatorType, in Entry()
|
H A D | dump_manager_bmc.cpp | 44 originatorTypes originatorType; in createDump() local 47 originatorType); in createDump() 92 originatorType, *this))); in createDump()
|
H A D | dump_entry.hpp | 89 originatorType(originType); in Entry()
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.hpp | 52 * @param[in] originatorType - Originator type 58 originatorTypes originatorType, phosphor::dump::Manager& parent) : in Entry() argument 61 originatorType, parent), in Entry()
|
H A D | resource_dump_entry.hpp | 58 * @param[in] originatorType - Originator type 65 originatorTypes originatorType, phosphor::dump::Manager& parent) : in Entry() argument 68 originatorType, parent), in Entry()
|
H A D | dump_manager_resource.cpp | 193 originatorTypes originatorType; in createDump() local 196 originatorType); in createDump() 204 originatorId, originatorType, *this))); in createDump()
|
H A D | dump_manager_system.cpp | 189 originatorTypes originatorType; in createDump() local 192 originatorType); in createDump() 215 originatorType, *this))); in createDump()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | OriginatedBy.interface.yaml | 10 OriginatorType. The originator id can be shown in user interfaces but 14 - name: OriginatorType
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 204 const std::string& originatorType) in mapDbusOriginatorTypeToRedfish() argument 206 if (originatorType == in mapDbusOriginatorTypeToRedfish() 211 if (originatorType == in mapDbusOriginatorTypeToRedfish() 216 if (originatorType == in mapDbusOriginatorTypeToRedfish() 227 std::string& originatorId, log_entry::OriginatorTypes& originatorType, in parseDumpEntryFromDbusObject() argument 302 if (propertyMap.first == "OriginatorType") in parseDumpEntryFromDbusObject() 312 originatorType = mapDbusOriginatorTypeToRedfish(*type); in parseDumpEntryFromDbusObject() 313 if (originatorType == log_entry::OriginatorTypes::Invalid) in parseDumpEntryFromDbusObject() 413 log_entry::OriginatorTypes originatorType = in getDumpEntryCollection() local 425 originatorType, asyncResp); in getDumpEntryCollection() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/ |
H A D | Create.interface.yaml | 59 - name: "OriginatorType"
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | LogEntry.v1_17_0.json | 491 "OriginatorType": { object
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | LogEntry.v1_17_0.json | 491 "OriginatorType": { object
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | LogEntry_v1.xml | 1641 <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false">
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | LogEntry_v1.xml | 1641 <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false">
|