Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/
H A Dsnmp_notification.hpp158 int32_t OBMCErrorSeverity = 0; member in phosphor::network::snmp::OBMCErrorNotification
177 OBMCErrorID(id), OBMCErrorTimestamp(ts), OBMCErrorSeverity(sev), in OBMCErrorNotification()
211 u_char type = getASNType<decltype(OBMCErrorSeverity)>(); in getFieldOIDList()
213 objectList.emplace_back(id, idLen, type, OBMCErrorSeverity); in getFieldOIDList()