Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dparser.cpp109 std::string l_errMsg( in updateVpdKeyword() local
115 throw std::runtime_error(l_errMsg); in updateVpdKeyword()
156 std::string l_errMsg( in updateVpdKeyword() local
163 throw std::runtime_error(l_errMsg); in updateVpdKeyword()
170 std::string l_errMsg( in updateVpdKeyword() local
173 throw std::runtime_error(l_errMsg); in updateVpdKeyword()
191 std::string l_errMsg("Notify PIM is failed for object path: " + in updateVpdKeyword() local
193 throw std::runtime_error(l_errMsg); in updateVpdKeyword()
203 std::string l_errMsg( in updateVpdKeyword() local
206 throw std::runtime_error(l_errMsg); in updateVpdKeyword()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp369 std::string l_errMsg = "Exception on GPIO line: "; in processGpioPresenceTag() local
370 l_errMsg += l_presencePinName; in processGpioPresenceTag()
371 l_errMsg += " Reason: "; in processGpioPresenceTag()
372 l_errMsg += ex.what(); in processGpioPresenceTag()
373 l_errMsg += " File: " + i_vpdFilePath + " Pel Logged"; in processGpioPresenceTag()
381 std::source_location::current().function_name(), 0, l_errMsg, in processGpioPresenceTag()
384 logging::logMessage(l_errMsg); in processGpioPresenceTag()
456 std::string l_errMsg = "Exception on GPIO line: "; in procesSetGpioTag() local
457 l_errMsg += l_pinName; in procesSetGpioTag()
458 l_errMsg in procesSetGpioTag()
[all...]
H A Ddbus_utility.hpp476 std::string l_errMsg = in EnableRebootGuard() local
478 l_errMsg += l_ex.what(); in EnableRebootGuard()
480 logging::logMessage(l_errMsg); in EnableRebootGuard()
H A Dvpd_specific_utility.hpp548 const std::string l_errMsg{ in findCcinInVpd() local
556 l_errMsg, std::nullopt, std::nullopt, std::nullopt, in findCcinInVpd()
560 logging::logMessage(l_errMsg); in findCcinInVpd()