Searched refs:OBMCErrorNotification (Results 1 – 3 of 3) sorted by relevance
153 class OBMCErrorNotification : public Notification class162 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
19 OBMCErrorNotification notif;
49 sendTrap<OBMCErrorNotification>(errorID, timestamp, isev, message); in trap()