Home
last modified time | relevance | path

Searched refs:getErrorChanID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp125 if(OCSD_IS_VALID_CS_SRC_ID(Error->getErrorChanID())) in LogError()
127 if(m_lastErrID[Error->getErrorChanID()] == 0) in LogError()
128 CreateErrorObj(&m_lastErrID[Error->getErrorChanID()], Error); in LogError()
130 *m_lastErrID[Error->getErrorChanID()] = Error; in LogError()
H A Docsd_error.cpp156 m_chan_ID(pError->getErrorChanID()) in ocsdError()
165 m_chan_ID(Error.getErrorChanID()) in ocsdError()
213 uint8_t chan_ID = error.getErrorChanID(); in appendErrorDetails()
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_error.h80 …const uint8_t getErrorChanID() const { return m_chan_ID; }; /**< Get the trace source channel ID a… in getErrorChanID() function
101 this->m_chan_ID = p_err->getErrorChanID();
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp507 *chan_id = p_err->getErrorChanID(); in ocsd_get_last_err()