Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/
H A Dsnmp_notification.hpp153 class OBMCErrorNotification : public Notification class
162 OBMCErrorNotification() = delete;
163 OBMCErrorNotification(const OBMCErrorNotification&) = delete;
164 OBMCErrorNotification(OBMCErrorNotification&&) = default;
165 OBMCErrorNotification& operator=(const OBMCErrorNotification&) = delete;
166 OBMCErrorNotification& operator=(OBMCErrorNotification&&) = default;
167 ~OBMCErrorNotification() = default;
175 OBMCErrorNotification(uint32_t id, uint64_t ts, int32_t sev, in OBMCErrorNotification() function in phosphor::network::snmp::OBMCErrorNotification
/openbmc/phosphor-snmp/test/
H A Dtest_error_notification.cpp19 OBMCErrorNotification notif;
/openbmc/phosphor-dbus-monitor/src/
H A Dsnmp_trap.cpp49 sendTrap<OBMCErrorNotification>(errorID, timestamp, isev, message); in trap()