Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_types.mako.hpp120 std::optional<ErrorType> findErrorType(const std::string& errString);
H A Ddump_types.mako.cpp116 std::optional<ErrorType> findErrorType(const std::string& errString) in findErrorType() function
H A Delog_watch.cpp112 auto etype = findErrorType(data); in addCallback()