Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp25 uint16_t& o_errCode);
31 uint16_t& o_errCode);
37 const std::string& i_flagToProcess, uint16_t& o_errCode);
43 uint16_t& o_errCode);
60 uint16_t& o_errCode) in getVPDOffset() argument
62 o_errCode = 0; in getVPDOffset()
66 o_errCode = error_code::INVALID_INPUT_PARAMETER; in getVPDOffset()
104 uint16_t& o_errCode) noexcept in getParsedJson() argument
106 o_errCode = 0; in getParsedJson()
109 o_errCode = error_code::INVALID_INPUT_PARAMETER; in getParsedJson()
[all …]
H A Dvpd_specific_utility.hpp38 uint16_t& o_errCode) noexcept in generateBadVPDFileName() argument
40 o_errCode = 0; in generateBadVPDFileName()
45 o_errCode = error_code::INVALID_INPUT_PARAMETER; in generateBadVPDFileName()
74 o_errCode = error_code::STANDARD_EXCEPTION; in generateBadVPDFileName()
94 uint16_t& o_errCode) noexcept in dumpBadVpd() argument
96 o_errCode = 0; in dumpBadVpd()
99 o_errCode = error_code::INVALID_INPUT_PARAMETER; in dumpBadVpd()
107 auto l_badVpdPath = generateBadVPDFileName(i_vpdFilePath, o_errCode); in dumpBadVpd()
111 if (o_errCode) in dumpBadVpd()
114 commonUtility::getErrCodeMsg(o_errCode)); in dumpBadVpd()
[all …]
H A Dcommon_utility.hpp106 inline std::vector<std::string> executeCmd(T&& i_path, uint16_t& o_errCode, in executeCmd() argument
109 o_errCode = 0; in executeCmd()
123 o_errCode = error_code::POPEN_FAILED; in executeCmd()
137 o_errCode = error_code::STANDARD_EXCEPTION; in executeCmd()
193 uint16_t& o_errCode) in getPrintableValue() argument
195 o_errCode = 0; in getPrintableValue()
219 o_errCode = error_code::STANDARD_EXCEPTION; in getPrintableValue()
237 uint16_t& o_errCode) in convertToBinary() argument
239 o_errCode = 0; in convertToBinary()
244 o_errCode = error_code::INVALID_INPUT_PARAMETER; in convertToBinary()
[all …]
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dinventory_backup_handler.cpp7 uint16_t& o_errCode) const noexcept in checkInventoryBackupPath()
10 o_errCode = 0; in checkInventoryBackupPath()
20 o_errCode = vpd::error_code::STANDARD_EXCEPTION; in checkInventoryBackupPath()
29 uint16_t& o_errCode) const noexcept in restoreInventoryBackupData()
32 o_errCode = 0; in restoreInventoryBackupData()
35 if (!checkInventoryBackupPath(o_errCode)) in restoreInventoryBackupData()
37 if (o_errCode) in restoreInventoryBackupData()
41 vpd::commonUtility::getErrCodeMsg(o_errCode)); in restoreInventoryBackupData()
70 o_errCode = vpd::error_code::STANDARD_EXCEPTION; in restoreInventoryBackupData()
76 uint16_t& o_errCode) const noexcept in clearInventoryBackupData()
[all …]
/openbmc/openpower-vpd-parser/wait-vpd-parser/include/
H A Dinventory_backup_handler.hpp54 bool restoreInventoryBackupData(uint16_t& o_errCode) const noexcept;
64 bool clearInventoryBackupData(uint16_t& o_errCode) const noexcept;
75 bool restartInventoryManagerService(uint16_t& o_errCode) const noexcept;
86 bool checkInventoryBackupPath(uint16_t& o_errCode) const noexcept;
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.hpp196 bool isRbmcPrototypeSystem(uint16_t& o_errCode) const noexcept;
H A Dibm_handler.cpp1182 bool IbmHandler::isRbmcPrototypeSystem(uint16_t& o_errCode) const noexcept in isRbmcPrototypeSystem()
1187 o_errCode = error_code::DBUS_FAILURE; in isRbmcPrototypeSystem()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dworker.hpp333 uint16_t& o_errCode);