Searched refs:ITrcTypedBase (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_abs_typed_base_i.h40 * @class ITrcTypedBase
49 class ITrcTypedBase class
52 ITrcTypedBase() {}; function in class:ITrcTypedBase
53 virtual ~ITrcTypedBase() {};
H A Dtrc_indexer_pkt_i.h60 class ITrcPktIndexer : public ITrcTypedBase
H A Dtrc_pkt_in_i.h54 class IPktDataIn : public ITrcTypedBase
H A Dtrc_pkt_raw_in_i.h57 class IPktRawDataMon : public ITrcTypedBase
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_mngr_i.h79 virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon) = 0;
82 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer) = 0;
85 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink) = 0;
H A Docsd_dcd_mngr.h66 virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon);
67 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer);
68 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink);
249 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon)
270 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer)
291 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink)
/freebsd-13-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h76 virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon);
79 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer);
82 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink);
H A Docsd_c_api.cpp56 static ocsd_err_t ocsd_create_pkt_sink_cb(ocsd_trace_protocol_t protocol, FnDefPktDataIn pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj );
57 static ocsd_err_t ocsd_create_pkt_mon_cb(ocsd_trace_protocol_t protocol, FnDefPktDataMon pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj );
66 std::vector<ITrcTypedBase *> cb_objs;
125 std::vector<ITrcTypedBase *>::iterator itcb;
202 ITrcTypedBase *pDataInSink = 0; // pointer to a sink callback object
476 static ocsd_err_t ocsd_create_pkt_sink_cb(ocsd_trace_protocol_t protocol, FnDefPktDataIn pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj )
515 static ocsd_err_t ocsd_create_pkt_mon_cb(ocsd_trace_protocol_t protocol, FnDefPktDataMon pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj )
H A Docsd_c_api_custom_obj.cpp247 ocsd_err_t CustomDcdMngrWrapper::attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon)
263 ocsd_err_t CustomDcdMngrWrapper::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer)
269 ocsd_err_t CustomDcdMngrWrapper::attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink)

Completed in 65 milliseconds