Searched refs:test_event_stats (Results 1 – 1 of 1) sorted by relevance
93 } test_event_stats; variable103 test_event_stats.timeout_count += 1; in conn_mgr_conn_handler()105 test_event_stats.fatal_error_count += 1; in conn_mgr_conn_handler()108 test_event_stats.event_count += 1; in conn_mgr_conn_handler()109 test_event_stats.event_iface = iface; in conn_mgr_conn_handler()112 test_event_stats.event_info = *((int *)cb->info); in conn_mgr_conn_handler()114 test_event_stats.event_info = 0; in conn_mgr_conn_handler()142 test_event_stats.event_count = 0; in conn_mgr_conn_before()143 test_event_stats.timeout_count = 0; in conn_mgr_conn_before()144 test_event_stats.fatal_error_count = 0; in conn_mgr_conn_before()[all …]