Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/opencsd/decoder/source/
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()
Docsd_error.cpp154 m_chan_ID(pError->getErrorChanID()) in ocsdError()
163 m_chan_ID(Error.getErrorChanID()) in ocsdError()
211 uint8_t chan_ID = error.getErrorChanID(); in appendErrorDetails()
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
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();