Home
last modified time | relevance | path

Searched refs:o_errCode (Results 1 – 6 of 6) 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/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);