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

/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp125 if(OCSD_IS_VALID_CS_SRC_ID(Error->getErrorChanID()))
127 if(m_lastErrID[Error->getErrorChanID()] == 0)
128 CreateErrorObj(&m_lastErrID[Error->getErrorChanID()], Error);
130 *m_lastErrID[Error->getErrorChanID()] = Error;
H A Docsd_error.cpp156 m_chan_ID(pError->getErrorChanID())
165 m_chan_ID(Error.getErrorChanID())
213 uint8_t chan_ID = error.getErrorChanID();
/freebsd-13-stable/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 associated with the error. */ function in class:ocsdError
101 this->m_chan_ID = p_err->getErrorChanID();

Completed in 100 milliseconds