Searched defs:filter_level (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp135 void ocsdDefaultErrorLogger::LogMessage(const ocsd_hndl_err_log_t handle, const ocsd_err_severity_t filter_level, const std::string &msg ) argument
H A Dtrc_component.cpp104 void TraceComponent::LogMessage(const ocsd_err_severity_t filter_level, const std::string &msg) argument
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_cust_impl.h61 lib_cb_LogError(const ocsd_extern_dcd_cb_fns *callbacks, const ocsd_err_severity_t filter_level, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id, const char *pMsg) argument
76 lib_cb_LogMsg(const ocsd_extern_dcd_cb_fns *callbacks, const ocsd_err_severity_t filter_level, const char *pMsg) argument
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp306 void LogErrorCB(const void *lib_context, const ocsd_err_severity_t filter_level, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id, const char *pMsg) argument
317 void LogMsgCB(const void *lib_context, const ocsd_err_severity_t filter_level, const char *msg) argument

Completed in 159 milliseconds