D | mgmt.c | 191 static int sending_event(uint32_t times, bool receiver, bool info) in sending_event() argument 194 times, receiver ? "with" : "without", in sending_event() 198 throw_times = times; in sending_event() 215 zassert_equal(rx_calls, times, "rx_calls check failed"); in sending_event() 224 static int test_sending_event(uint32_t times, bool receiver) in test_sending_event() argument 226 return sending_event(times, receiver, false); in test_sending_event() 229 static int test_sending_event_info(uint32_t times, bool receiver) in test_sending_event_info() argument 231 return sending_event(times, receiver, true); in test_sending_event_info() 234 static int test_synchronous_event_listener(uint32_t times, bool on_iface) in test_synchronous_event_listener() argument 243 throw_times = times; in test_synchronous_event_listener() [all …]
|