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.hpp108 inline std::vector<std::string> executeCmd(T&& i_path, uint16_t& o_errCode, in executeCmd() argument
111 o_errCode = 0; in executeCmd()
125 o_errCode = error_code::POPEN_FAILED; in executeCmd()
139 o_errCode = error_code::STANDARD_EXCEPTION; in executeCmd()
195 uint16_t& o_errCode) in getPrintableValue() argument
197 o_errCode = 0; in getPrintableValue()
221 o_errCode = error_code::STANDARD_EXCEPTION; in getPrintableValue()
239 uint16_t& o_errCode) in convertToBinary() argument
241 o_errCode = 0; in convertToBinary()
246 o_errCode = error_code::INVALID_INPUT_PARAMETER; in convertToBinary()
[all …]
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dinventory_backup_handler.cpp8 uint16_t& o_errCode) const noexcept in checkInventoryBackupPath()
11 o_errCode = 0; in checkInventoryBackupPath()
38 o_errCode = vpd::error_code::STANDARD_EXCEPTION; in checkInventoryBackupPath()
47 uint16_t& o_errCode) const noexcept in restoreInventoryBackupData()
50 o_errCode = 0; in restoreInventoryBackupData()
53 if (!checkInventoryBackupPath(o_errCode)) in restoreInventoryBackupData()
55 if (o_errCode) in restoreInventoryBackupData()
59 vpd::commonUtility::getErrCodeMsg(o_errCode)); in restoreInventoryBackupData()
134 o_errCode = vpd::error_code::INVALID_INVENTORY_PATH; in restoreInventoryBackupData()
150 o_errCode = vpd::error_code::STANDARD_EXCEPTION; in restoreInventoryBackupData()
[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.hpp194 * @param[out] o_errCode - To set error code in case of error.
198 bool isRbmcPrototypeSystem(uint16_t& o_errCode) const noexcept;
H A Dibm_handler.cpp1258 bool IbmHandler::isRbmcPrototypeSystem(uint16_t& o_errCode) const noexcept in isRbmcPrototypeSystem()
1263 o_errCode = error_code::DBUS_FAILURE; in isRbmcPrototypeSystem()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dworker.hpp333 uint16_t& o_errCode);