Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Devent_logger_utility.hpp228 const types::ErrorType& i_errorType) noexcept in getErrorTypeString() argument
230 const auto l_entry = errorMsgMap.find(i_errorType); in getErrorTypeString()
265 const types::ErrorType& i_errorType, const types::SeverityType& i_severity, in createAsyncPelWithInventoryCallout() argument
286 if (errorMsgMap.find(i_errorType) == errorMsgMap.end()) in createAsyncPelWithInventoryCallout()
294 const std::string& l_message = errorMsgMap.at(i_errorType); in createAsyncPelWithInventoryCallout()
363 const types::ErrorType i_errorType, const types::SeverityType i_severity,
384 const types::ErrorType i_errorType, const types::SeverityType i_severity,
409 const types::ErrorType& i_errorType, const types::SeverityType& i_severity, in createAsyncPel() argument
421 if (errorMsgMap.find(i_errorType) == errorMsgMap.end()) in createAsyncPel()
427 const std::string& l_message = errorMsgMap.at(i_errorType); in createAsyncPel()
[all …]