Home
last modified time | relevance | path

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

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