Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c93 } test_event_stats; variable
103 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 …]