Home
last modified time | relevance | path

Searched refs:getErrorLogAttachPt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_component.cpp47 m_pComp->getErrorLogAttachPt()->set_notifier(0); in ~errLogAttachMonitor()
60 m_pComp->getErrorLogAttachPt()->set_notifier(this); in Init()
H A Dtrc_frame_deformatter.cpp909 return (m_pDecoder != 0) ? m_pDecoder->getErrorLogAttachPt() : 0; in getErrLogAttachPt()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_component.h67 componentAttachPt<ITraceErrorLog> *getErrorLogAttachPt() { return &m_error_logger; }; in getErrorLogAttachPt() function
H A Docsd_dcd_mngr.h175 return pComponent->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp214 pDecoder->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()