Searched refs:l_exception (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | parser.cpp | 140 catch (const std::exception& l_exception) in updateVpdKeyword() local 145 ", error: " + std::string(l_exception.what())); in updateVpdKeyword() 201 catch (const std::exception& l_exception) in updateVpdKeyword() local 207 " , error: " + std::string(l_exception.what())); in updateVpdKeyword() 324 catch (const std::exception& l_exception) in updateVpdKeywordOnRedundantPath() local 328 i_fruPath + ", error: " + std::string(l_exception.what()), in updateVpdKeywordOnRedundantPath() 384 catch (const std::exception& l_exception) in updateVpdKeywordOnHardware() local 388 if (typeid(l_exception) == typeid(EccException)) in updateVpdKeywordOnHardware() 399 m_vpdFilePath + "], error: " + std::string(l_exception.what()), in updateVpdKeywordOnHardware()
|
| H A D | manager.cpp | 332 catch (const std::exception& l_exception) in updateKeyword() local 335 "], reason: " + std::string(l_exception.what())); in updateKeyword() 339 "], reason:" + std::string(l_exception.what()), in updateKeyword() 341 types::PelInfoTuple{EventLogger::getErrorType(l_exception), in updateKeyword() 371 catch (const std::exception& l_exception) in updateKeywordOnHardware() local 375 i_fruPath + "], Reason:" + std::string(l_exception.what()), in updateKeywordOnHardware()
|
| H A D | ipz_parser.cpp | 814 catch (const std::exception& l_exception) in writeKeywordOnHardware() local
|