Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/
H A Dsnmp_notification.hpp70 u_char getASNType() = delete;
73 u_char getASNType<uint32_t>() in getASNType() function
79 u_char getASNType<uint64_t>() in getASNType() function
85 u_char getASNType<int32_t>() in getASNType() function
91 u_char getASNType<std::string>() in getASNType() function
197 u_char type = getASNType<decltype(OBMCErrorID)>(); in getFieldOIDList()
204 u_char type = getASNType<decltype(OBMCErrorTimestamp)>(); in getFieldOIDList()
211 u_char type = getASNType<decltype(OBMCErrorSeverity)>(); in getFieldOIDList()
218 u_char type = getASNType<decltype(OBMCErrorMessage)>(); in getFieldOIDList()
/openbmc/phosphor-snmp/test/
H A Dtest_error_notification.cpp47 auto type = getASNType<uint32_t>(); in TEST_F()
50 type = getASNType<uint64_t>(); in TEST_F()
53 type = getASNType<int32_t>(); in TEST_F()
56 type = getASNType<std::string>(); in TEST_F()