Lines Matching refs:o_errCode
7 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()
79 o_errCode = 0; in clearInventoryBackupData()
103 o_errCode = vpd::error_code::STANDARD_EXCEPTION; in clearInventoryBackupData()
109 uint16_t& o_errCode) const noexcept in restartInventoryManagerService()
112 o_errCode = 0; in restartInventoryManagerService()
129 o_errCode = vpd::error_code::STANDARD_EXCEPTION; in restartInventoryManagerService()