| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | worker.cpp | 42 commonUtility::getErrCodeMsg(l_errCode), in Worker() 152 commonUtility::getErrCodeMsg(l_errCode)); in populateKwdVPDpropertyMap() 193 commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 208 commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 263 commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 289 commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 308 commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 333 commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 386 commonUtility::getErrCodeMsg(l_errCode)); in processEmbeddedAndSynthesizedFrus() 424 commonUtility::getErrCodeMsg(l_errCode)); in processExtraInterfaces() [all …]
|
| H A D | gpio_monitor.cpp | 55 commonUtility::getErrCodeMsg(l_errCode)); in handleChangeInGpioPin() 93 commonUtility::getErrCodeMsg(l_errCode)); in handleTimerExpiry() 121 commonUtility::getErrCodeMsg(l_errCode)); in setEventHandlerForGpioPresence() 148 commonUtility::getErrCodeMsg(l_errCode)); in initHandlerForGpio()
|
| H A D | backup_restore.cpp | 32 "], error : " + commonUtility::getErrCodeMsg(l_errCode), in BackupAndRestore() 166 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 177 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 197 commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 214 commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 229 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 240 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 312 commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd() 345 commonUtility::getErrCodeMsg(l_errCode)); in backupAndRestoreIpzVpd()
|
| H A D | parser.cpp | 46 "], error: " + commonUtility::getErrCodeMsg(l_errorCode)); in Parser() 61 commonUtility::getErrCodeMsg(l_errCode)); in getVpdParserInstance() 147 commonUtility::getErrCodeMsg(l_errCode)); in updateVpdKeyword() 212 commonUtility::getErrCodeMsg(l_errCode)); in updateVpdKeyword() 234 logging::logMessage(commonUtility::getErrCodeMsg(l_errCode)); in updateVpdKeyword()
|
| H A D | listener.cpp | 191 commonUtility::getErrCodeMsg(l_errCode)); in registerPresenceChangeCallback() 280 commonUtility::getErrCodeMsg(l_errCode), in registerCorrPropCallBack() 517 commonUtility::getErrCodeMsg(l_errCode)); in updateCorrelatedProperty() 542 commonUtility::getErrCodeMsg(l_errCode)); in updateCorrelatedProperty()
|
| H A D | single_fab.cpp | 36 " ], error : " + commonUtility::getErrCodeMsg(l_errCode), in getImFromPersistedLocation() 172 commonUtility::getErrCodeMsg(l_errCode)); in singleFabImOverride()
|
| H A D | manager.cpp | 197 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in updateKeyword() 270 "] , error : " + commonUtility::getErrCodeMsg(l_errCode)); in updateKeyword() 287 commonUtility::getErrCodeMsg(l_errCode)); in updateKeyword()
|
| H A D | ipz_parser.cpp | 865 commonUtility::getErrCodeMsg(l_errCode)); in processInvalidRecords()
|
| /openbmc/openpower-vpd-parser/test/ |
| H A D | utest_json_utility.cpp | 24 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in TEST() 34 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in TEST() 52 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in TEST() 62 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in TEST()
|
| H A D | utest_utils.cpp | 24 ", error : " + commonUtility::getErrCodeMsg(l_errCode)); in TEST()
|
| /openbmc/openpower-vpd-parser/vpd-manager/oem-handler/ |
| H A D | ibm_handler.cpp | 67 commonUtility::getErrCodeMsg(l_errCode)); in IbmHandler() 100 commonUtility::getErrCodeMsg(l_errCode)); in readVpdCollectionMode() 111 commonUtility::getErrCodeMsg(l_errCode)); in readVpdCollectionMode() 308 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in checkAndUpdatePowerVsVpd() 337 commonUtility::getErrCodeMsg(l_errCode)); in checkAndUpdatePowerVsVpd() 450 commonUtility::getErrCodeMsg(l_errCode)); in ConfigurePowerVsSystem() 462 commonUtility::getErrCodeMsg(l_errCode)); in ConfigurePowerVsSystem() 523 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in enableMuxChips() 547 commonUtility::getErrCodeMsg(l_errCode)); in getSystemJson() 559 commonUtility::getErrCodeMsg(l_errCode)); in getSystemJson() [all …]
|
| /openbmc/openpower-vpd-parser/wait-vpd-parser/src/ |
| H A D | prime_inventory.cpp | 26 " ], error : " + vpd::commonUtility::getErrCodeMsg(l_errCode)); in PrimeInventory() 187 "], error : " + vpd::commonUtility::getErrCodeMsg(l_errCode)); in primeInventory() 225 vpd::commonUtility::getErrCodeMsg(l_errCode)); in primeInventory() 249 vpd::commonUtility::getErrCodeMsg(l_errCode)); in primeInventory() 299 vpd::commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 314 vpd::commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 368 vpd::commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() 395 vpd::commonUtility::getErrCodeMsg( in populateInterfaces() 415 vpd::commonUtility::getErrCodeMsg( in populateInterfaces() 442 vpd::commonUtility::getErrCodeMsg(l_errCode)); in populateInterfaces() [all …]
|
| H A D | inventory_backup_handler.cpp | 41 vpd::commonUtility::getErrCodeMsg(o_errCode)); in restoreInventoryBackupData()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | json_utility.hpp | 271 "]. Reason " + commonUtility::getErrCodeMsg(o_errCode)); in executePostFailAction() 588 "]. Reason " + commonUtility::getErrCodeMsg(o_errCode)); in executeBaseAction() 842 "], error : " + commonUtility::getErrCodeMsg(o_errCode)); in getListOfGpioPollingFrus() 913 "], error : " + commonUtility::getErrCodeMsg(o_errCode)); in getAllPathsToUpdateKeyword() 935 "], error : " + commonUtility::getErrCodeMsg(o_errCode)); in getAllPathsToUpdateKeyword() 952 "], error : " + commonUtility::getErrCodeMsg(o_errCode)); in getAllPathsToUpdateKeyword() 1218 " ], error : " + commonUtility::getErrCodeMsg(o_errCode)); in getPowerVsJson() 1235 " ], error : " + commonUtility::getErrCodeMsg(o_errCode)); in getPowerVsJson()
|
| H A D | common_utility.hpp | 49 inline std::string getErrCodeMsg(const uint16_t& i_errCode) in getErrCodeMsg() function 290 "] to binary, error : " + getErrCodeMsg(o_errCode)); in convertToBinary() 342 getErrCodeMsg(o_errCode)); in isFieldModeEnabled()
|
| H A D | vpd_specific_utility.hpp | 114 commonUtility::getErrCodeMsg(o_errCode)); in dumpBadVpd() 1104 ", error : " + commonUtility::getErrCodeMsg(o_errCode)); in getCommonInterfaceProperties() 1197 commonUtility::getErrCodeMsg(o_errCode)); in updateCiPropertyOfInheritedFrus() 1468 commonUtility::getErrCodeMsg(o_errCode)); in setCollectionStatusProperty() 1541 "], error : " + commonUtility::getErrCodeMsg(o_errCode)); in resetObjTreeVpd()
|
| H A D | event_logger_utility.hpp | 628 commonUtility::getErrCodeMsg(l_errCode)); in createSyncPelWithInvCallOut() 651 "], error : " + commonUtility::getErrCodeMsg(l_errCode)); in createSyncPelWithInvCallOut()
|