Home
last modified time | relevance | path

Searched defs:eventName (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-modbus/common/
H A Devents.cpp34 auto eventName = in generateSensorReadingEvent() local
87 auto eventName = objectPath.str + ".SensorFailure"; in generateSensorFailureEvent() local
122 auto eventName = objectPath.str + ".ControllerFailure." + additionalInfo; in generateControllerFailureEvent() local
159 auto eventName = objectPath.str + ".PowerFailure." + additionalInfo; in generatePowerFaultEvent() local
199 auto eventName = objectPath.str + ".FilterFailure"; in generateFilterFailureEvent() local
236 auto eventName = objectPath.str + ".PumpFailure"; in generatePumpFailureEvent() local
271 auto eventName = objectPath.str + ".FanFailure"; in generateFanFailureEvent() local
304 auto eventName = objectPath.str + ".Leak." + eventLevelToName.at(level); in generateLeakDetectedEvent() local
/openbmc/phosphor-dbus-monitor/src/
H A Devent_manager.cpp31 void Manager::create(const std::string& eventName, in create()
108 auto eventName = eventPath.substr(pos2, (pos1 - pos2)); in restore() local
H A Devent.hpp93 Event(const std::string& eventName, const std::string& eventMessage, in Event()
H A Devent_serialize.cpp59 fs::path serialize(const Entry& event, const std::string& eventName) in serialize()
/openbmc/dbus-sensors/src/leakdetector/
H A DLeakEvents.cpp23 auto eventName = std::make_tuple(detectorPath.str, level); in generateLeakEvent() local
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_logging.cpp25 std::string eventName = "org.open_power.Host.Boot.Error.WatchdogTimedOut"; in event() local
H A Dwatchdog_main.cpp41 constexpr auto eventName = in triggerSystemDump() local
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dparameter.cpp28 const json& jsonObj, const std::string& eventName, in triggerParameter()
H A Dtimer.cpp93 std::vector<std::unique_ptr<ActionBase>>& actions) { in triggerTimer()
H A Dinit.cpp152 std::vector<std::unique_ptr<ActionBase>>& actions) { in triggerInit()
H A Dsignal.cpp236 const json& jsonObj, const std::string& eventName, in triggerSignal()
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.hpp64 std::string eventName; member in PSUSubEvent
H A DPSUEvent.cpp143 const std::string& groupEventName, const std::string& eventName, in PSUSubEvent()
H A DPSUSensorMain.cpp188 const std::string& eventName = match.first; checkEvent() local
253 const std::string& eventName = limitMatch.first; checkEventLimits() local
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp329 std::string eventName; in event() local