Searched refs:errorName (Results 1 – 9 of 9) sorted by relevance
| /openbmc/bmcweb/redfish-core/src/utils/ |
| H A D | dbus_utils.cpp | 47 std::string_view errorName(dbusError->name); in afterSetProperty() local 49 if (errorName == "xyz.openbmc_project.Common.Error.InvalidArgument") in afterSetProperty() 56 if (errorName == in afterSetProperty() 64 if (errorName == "xyz.openbmc_project.State.Host.Error.BMCNotReady") in afterSetProperty() 71 if (errorName == "xyz.openbmc_project.Common.Error.NotAllowed") in afterSetProperty() 77 if (errorName == "xyz.openbmc_project.Common.Error.Unavailable") in afterSetProperty()
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | gpio.cpp | 102 static constexpr auto errorName = in logConflict() local 117 loggingCreateIface, "Create", errorName, in logConflict() 124 errorName, fanInventoryPath, e.what()), in logConflict()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 357 std::string errorName = errorNameBase + type + name + status; in createEventLog() local 360 errorName += " on sensor " + getSensorName(sensorPath); in createEventLog() 364 "Create", errorName, convertForMessage(severity), ad); in createEventLog()
|
| H A D | shutdown_alarm_monitor.cpp | 425 std::string errorName = in createEventLog() local 456 "Create", errorName, convertForMessage(severity), ad); in createEventLog()
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | updater.cpp | 405 const std::string& errorName, const std::string& severity, in createServiceableEventLog() argument 423 method.append(errorName, severity, additionalData); in createServiceableEventLog() 431 "ERROR_NAME", errorName, "ERR", e); in createServiceableEventLog()
|
| H A D | updater.hpp | 169 const std::string& errorName, const std::string& severity,
|
| /openbmc/phosphor-logging/ |
| H A D | log_manager.hpp | 244 void processMetadata(const std::string& errorName,
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | pel_manager_test.cpp | 330 std::string errorName; in TEST_F() local 350 errorName = json["ERROR_NAME"].get<std::string>(); in TEST_F() 359 if (!errorName.empty()) in TEST_F() 365 EXPECT_EQ(errorName, "xyz.openbmc_project.Error.Foo"); in TEST_F()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | managers.hpp | 519 std::string_view errorName(dbusError->name); in afterSetDateTime() local 520 if (errorName == in afterSetDateTime()
|