Home
last modified time | relevance | path

Searched refs:errorName (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp47 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 Dgpio.cpp102 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 Dupdater.cpp389 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 Dupdater.hpp154 const std::string& errorName, const std::string& severity,
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp361 std::string errorName = errorNameBase + type + name + status; in createEventLog() local
364 "Create", errorName, convertForMessage(severity), ad); in createEventLog()
H A Dshutdown_alarm_monitor.cpp436 std::string errorName = in createEventLog() local
467 "Create", errorName, convertForMessage(severity), ad); in createEventLog()
/openbmc/phosphor-logging/
H A Dlog_manager.hpp244 void processMetadata(const std::string& errorName,
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp350 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 Dmanagers.hpp517 std::string_view errorName(dbusError->name); in afterSetDateTime() local
518 if (errorName == in afterSetDateTime()