Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_types.mako.hpp106 bool isErrorTypeValid(const std::string& errorType);
H A Ddump_types.mako.cpp110 bool isErrorTypeValid(const std::string& errorType) in isErrorTypeValid() function
H A Ddump_utils.hpp362 if (!isErrorTypeValid(errorType)) in getErrorDumpType()