This is the complete list of members for class ovm_urm_report_server, including all inherited members.
| ovm_report_server | function string | compose_message ( ovm_severity severity, string name, string id, string message, string filename, int line ) | |
| ovm_report_server | function void | copy_id_counts ( ovm_report_server dst ) | |
| ovm_report_server | function void | copy_severity_counts ( ovm_report_server dst ) | |
| ovm_report_server | function void | dump_server_state ( ) | |
| ovm_report_server | bit | enable_report_id_count_summary = 1; | |
| ovm_report_server | function void | f_display ( OVM_FILE file, string str ) | |
| ovm_urm_report_server | static function int | get_global_actions ( ovm_severity sev ) | |
| ovm_urm_report_server | static function int | get_global_debug_style ( ) | |
| ovm_urm_report_server | static function int | get_global_destination ( ) | |
| ovm_urm_report_server | static function int | get_global_max_quit_count ( ) | |
| ovm_urm_report_server | static function ovm_severity | get_global_severity ( ) | |
| ovm_urm_report_server | static function int | get_global_verbosity ( ) | |
| ovm_report_server | function int | get_id_count ( string id ) | |
| ovm_report_server | function int | get_max_quit_count ( ) | |
| ovm_report_server | function int | get_quit_count ( ) | |
| ovm_report_server | function int | get_severity_count ( ovm_severity severity ) | |
| ovm_report_server | protected int | id_count [string] | |
| ovm_report_server | function void | incr_id_count ( string id ) | |
| ovm_report_server | function void | incr_quit_count ( ) | |
| ovm_report_server | function void | incr_severity_count ( ovm_severity severity ) | |
| ovm_urm_report_server | static function void | init_urm_report_server ( ) | |
| ovm_report_server | function bit | is_quit_count_reached ( ) | |
| ovm_urm_report_server | static protected function void | m_apply_override_requests ( ovm_urm_message msg ) | |
| ovm_urm_report_server | static function string | m_dump_global_actions ( ) | |
| ovm_urm_report_server | static function string | m_dump_global_debug_style ( ) | |
| ovm_urm_report_server | static function string | m_dump_global_destination ( ) | |
| ovm_urm_report_server | static function string | m_dump_global_severity ( ) | |
| ovm_urm_report_server | static function string | m_dump_global_verbosity ( ) | |
| ovm_urm_report_server | static function string | m_dump_rules_actions ( ) | |
| ovm_urm_report_server | static function string | m_dump_rules_debug_style ( ) | |
| ovm_urm_report_server | static function string | m_dump_rules_destination ( ) | |
| ovm_urm_report_server | static function string | m_dump_rules_severity ( ) | |
| ovm_urm_report_server | static function string | m_dump_rules_verbosity ( ) | |
| ovm_urm_report_server | static protected function int | m_find_last_matching_request_loc ( ovm_urm_override_request req ) | |
| ovm_urm_report_server | static int | m_global_debug_style | |
| ovm_urm_report_server | static int | m_global_default_type | |
| ovm_urm_report_server | static string | m_global_hier | |
| ovm_urm_report_server | static string | m_global_scope | |
| ovm_urm_report_server | static ovm_severity | m_global_severity | |
| ovm_urm_report_server | static int | m_global_type | |
| ovm_urm_report_server | static protected function void | m_handle_new_request ( ovm_urm_override_request new_req, bit remove ) | |
| ovm_urm_report_server | static bit | m_initialized | |
| ovm_urm_report_server | static function void | m_message_footer ( ovm_urm_message message ) | |
| ovm_urm_report_server | static function bit | m_message_header ( ovm_urm_message message ) | |
| ovm_urm_report_server | static function bit | m_message_subheader ( ovm_urm_message message ) | |
| ovm_urm_report_server | static protected ovm_urm_override_request | m_override_requests [$] | |
| ovm_urm_report_server | static function void | m_reset_report_flags ( ) | |
| ovm_urm_report_server | static function void | m_set_report_hier ( string hier ) | |
| ovm_urm_report_server | static function void | m_set_report_scope ( string scope ) | |
| ovm_urm_report_server | static function void | m_set_report_type ( int typ ) | |
| ovm_urm_report_server | function void | new ( ) | |
| ovm_report_server | function void | process_report ( ovm_severity severity, string name, string id, string message, ovm_action action, OVM_FILE file, string filename, int line, string composed_message, int verbosity_level, ovm_report_object client ) | |
| ovm_urm_report_server | function void | report ( ovm_severity severity, string name, string id, string message, int verbosity_level, string filename, int line, ovm_report_object client ) | |
| ovm_report_server | function void | reset_quit_count ( ) | |
| ovm_report_server | function void | reset_severity_counts ( ) | |
| ovm_urm_report_server | static function void | set_default_report_type ( int value ) | |
| ovm_urm_report_server | static function void | set_global_actions ( ovm_severity sev, int value ) | |
| ovm_urm_report_server | static function void | set_global_debug_style ( int value ) | |
| ovm_urm_report_server | static function void | set_global_destination ( int value ) | |
| ovm_urm_report_server | static function void | set_global_max_quit_count ( int value ) | |
| ovm_urm_report_server | static function void | set_global_severity ( ovm_severity value ) | |
| ovm_urm_report_server | static function void | set_global_verbosity ( int value ) | |
| ovm_report_server | function void | set_id_count ( string id, int count ) | |
| ovm_report_server | function void | set_max_quit_count ( int count ) | |
| ovm_urm_report_server | static function void | set_message_actions ( string hierarchy, string scope, string name, string file, int line, string text, string tag, bit remove, ovm_severity severity_val, int value ) | |
| ovm_urm_report_server | static function void | set_message_debug_style ( string hierarchy, string scope, string name, string file, int line, string text, string tag, bit remove, int value ) | |
| ovm_urm_report_server | static function void | set_message_destination ( string hierarchy, string scope, string name, string file, int line, string text, string tag, bit remove, int value ) | |
| ovm_urm_report_server | static function void | set_message_severity ( string hierarchy, string scope, string name, string file, int line, string text, string tag, bit remove, ovm_severity value ) | |
| ovm_urm_report_server | static function void | set_message_verbosity ( string hierarchy, string scope, string name, string file, int line, string text, string tag, bit remove, int value ) | |
| ovm_report_server | function void | set_quit_count ( int quit_count ) | |
| ovm_report_server | function void | set_severity_count ( ovm_severity severity, int count ) | |
| ovm_report_server | virtual function void | summarize ( OVM_FILE file = 0 ) | |