Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error.cpp153 m_error_code(pError->getErrorCode()), in ocsdError()
162 m_error_code(Error.getErrorCode()), in ocsdError()
211 int code = (int)error.getErrorCode(); in appendErrorDetails()
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_error.h77 const ocsd_err_t getErrorCode() const { return m_error_code; }; /**< Get error code. */ in getErrorCode() function
98 this->m_error_code = p_err->getErrorCode();
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h39 stream_error_code getErrorCode() const { return Code; } in getErrorCode() function
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp121 if( ((err.getErrorCode() == OCSD_ERR_BAD_PACKET_SEQ) || in processData()
122 (err.getErrorCode() == OCSD_ERR_INVALID_PCKT_HDR)) && in processData()
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp103 if( (err.getErrorCode() == OCSD_ERR_BAD_PACKET_SEQ) || in processData()
104 (err.getErrorCode() == OCSD_ERR_INVALID_PCKT_HDR)) in processData()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp146 if( (err.getErrorCode() == OCSD_ERR_BAD_PACKET_SEQ) || in processData()
147 (err.getErrorCode() == OCSD_ERR_INVALID_PCKT_HDR)) in processData()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp156 if( (err.getErrorCode() == OCSD_ERR_BAD_PACKET_SEQ) || in processData()
157 (err.getErrorCode() == OCSD_ERR_INVALID_PCKT_HDR)) in processData()
160 if (err.getErrorCode() == OCSD_ERR_INVALID_PCKT_HDR) in processData()
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp511 err = p_err->getErrorCode(); in ocsd_get_last_err()