Searched refs:ASSERT_FALSE_MSG (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
| D | test_advertiser.c | 72 ASSERT_FALSE_MSG(!*adv, "Out of advs\n"); in allocate_all_array() 150 ASSERT_FALSE_MSG(!adv, "Out of advs\n"); in realloc_end_cb() 327 ASSERT_FALSE_MSG(!adv, "Out of advs\n"); in test_tx_cb_single() 517 ASSERT_FALSE_MSG(true, "The adv should be canceled.\n"); in cancel_adv_send_start() 540 ASSERT_FALSE_MSG(!local, "Out of local advs\n"); in test_tx_send_cancel() 544 ASSERT_FALSE_MSG(!adv_cancel, "Out of local advs\n"); in test_tx_send_cancel() 574 ASSERT_FALSE_MSG(true, "The adv should be terminated.\n"); in terminate_adv_send_end() 591 ASSERT_FALSE_MSG(!local, "Out of local advs\n"); in test_tx_send_terminate() 618 ASSERT_FALSE_MSG(local_sent, in relay_adv_send_start() 621 ASSERT_FALSE_MSG(!local_sent, in relay_adv_send_start() [all …]
|
| D | mesh_test.h | 98 #define ASSERT_FALSE_MSG(cond, fmt, ...) \ macro
|
| D | test_suspend.c | 231 ASSERT_FALSE_MSG(dut_status == DUT_SUSPENDED, "Received adv while Mesh is suspended."); in gatt_scan_cb()
|
| D | test_dfu.c | 616 ASSERT_FALSE_MSG(slot[i] == NULL, "Failed to add slot\n"); in test_dist_dfu_slot_create()
|
| D | test_blob.c | 85 ASSERT_FALSE_MSG(atomic_test_and_set_bit(block_bitfield, block->number), in blob_chunk_wr()
|