Searched refs:ASSERT_FALSE_MSG (Results 1 – 6 of 6) sorted by relevance
| /tests/bsim/bluetooth/mesh/src/ |
| A D | test_advertiser.c | 78 ASSERT_FALSE_MSG(!*adv, "Out of advs\n"); in allocate_all_array() 156 ASSERT_FALSE_MSG(!adv, "Out of advs\n"); in realloc_end_cb() 333 ASSERT_FALSE_MSG(!adv, "Out of advs\n"); in test_tx_cb_single() 624 ASSERT_FALSE_MSG(local_sent, in relay_adv_send_start() 627 ASSERT_FALSE_MSG(!local_sent, in relay_adv_send_start() 640 ASSERT_FALSE_MSG(relay_sent, in second_relay_adv_send_start() 644 ASSERT_FALSE_MSG(!relay_sent, in second_relay_adv_send_start() 740 ASSERT_FALSE_MSG(!adv[0], "Out of advs\n"); in test_tx_random_order() 743 ASSERT_FALSE_MSG(!adv[1], "Out of advs\n"); in test_tx_random_order() 749 ASSERT_FALSE_MSG(!adv[2], "Out of advs\n"); in test_tx_random_order() [all …]
|
| A D | mesh_test.h | 98 #define ASSERT_FALSE_MSG(cond, fmt, ...) \ macro
|
| A D | test_suspend.c | 231 ASSERT_FALSE_MSG(dut_status == DUT_SUSPENDED, "Received adv while Mesh is suspended."); in gatt_scan_cb()
|
| A D | test_blob.c | 85 ASSERT_FALSE_MSG(atomic_test_and_set_bit(block_bitfield, block->number), in blob_chunk_wr()
|
| A D | test_dfu.c | 616 ASSERT_FALSE_MSG(slot[i] == NULL, "Failed to add slot\n"); in test_dist_dfu_slot_create()
|
| A D | test_provision.c | 314 ASSERT_FALSE_MSG((prov_started_time_ms && in provisionee_beacon_check()
|
Completed in 21 milliseconds