Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_types.mako.hpp72 std::optional<DumpTypes> stringToDumpType(const std::string& str);
H A Ddump_types.mako.cpp64 std::optional<DumpTypes> stringToDumpType(const std::string& str) in stringToDumpType() function
H A Ddump_utils.hpp369 auto type = stringToDumpType(errorType); in getErrorDumpType()