Home
last modified time | relevance | path

Searched defs:enumToString (Results 1 – 9 of 9) sorted by relevance

/openbmc/telemetry/src/types/
H A Derror_type.hpp41 inline std::string enumToString(ErrorType value) in enumToString() function
H A Dreport_action.hpp47 inline std::string enumToString(ReportAction value) in enumToString() function
H A Dreport_updates.hpp53 inline std::string enumToString(ReportUpdates value) in enumToString() function
H A Dcollection_time_scope.hpp53 inline std::string enumToString(CollectionTimeScope value) in enumToString() function
H A Dreporting_type.hpp52 inline std::string enumToString(ReportingType value) in enumToString() function
H A Doperation_type.hpp53 inline std::string enumToString(OperationType value) in enumToString() function
H A Dtrigger_types.hpp191 inline std::string enumToString(discrete::Severity v) in enumToString() function
/openbmc/telemetry/tests/src/
H A Dtest_conversion.cpp29 std::string enumToString(Enum value) in enumToString() function in TestConversion
/openbmc/telemetry/src/utils/
H A Dconversion.hpp104 inline std::string_view enumToString( in enumToString() function