Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp46 constexpr auto errorNameBase = "xyz.openbmc_project.Sensor.Threshold.Error."; variable
361 std::string errorName = errorNameBase + type + name + status; in createEventLog()