Home
last modified time | relevance | path

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

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