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-power/tools/power-utils/ |
H A D | updater.cpp | 389 const std::string& errorName, const std::string& severity, in createServiceableEventLog() argument 407 method.append(errorName, severity, additionalData); in createServiceableEventLog() 415 "ERROR_NAME", errorName, "ERR", e); in createServiceableEventLog()
|
H A D | updater.hpp | 154 const std::string& errorName, const std::string& severity,
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 361 std::string errorName = errorNameBase + type + name + status; in createEventLog() local 364 "Create", errorName, convertForMessage(severity), ad); in createEventLog()
|
H A D | shutdown_alarm_monitor.cpp | 436 std::string errorName = in createEventLog() local 467 "Create", errorName, convertForMessage(severity), ad); in createEventLog()
|
/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 | 350 std::string errorName; in TEST_F() local 370 errorName = json["ERROR_NAME"].get<std::string>(); in TEST_F() 379 if (!errorName.empty()) in TEST_F() 385 EXPECT_EQ(errorName, "xyz.openbmc_project.Error.Foo"); in TEST_F()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | managers.hpp | 517 std::string_view errorName(dbusError->name); in afterSetDateTime() local 518 if (errorName == in afterSetDateTime()
|