Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c71 ASSERT_FALSE_MSG(!*adv, "Out of advs\n"); in allocate_all_array()
149 ASSERT_FALSE_MSG(!adv, "Out of advs\n"); in realloc_end_cb()
326 ASSERT_FALSE_MSG(!adv, "Out of advs\n"); in test_tx_cb_single()
537 ASSERT_FALSE_MSG(!adv[0], "Out of advs\n"); in test_tx_random_order()
540 ASSERT_FALSE_MSG(!adv[1], "Out of advs\n"); in test_tx_random_order()
546 ASSERT_FALSE_MSG(!adv[2], "Out of advs\n"); in test_tx_random_order()
671 ASSERT_FALSE_MSG(!advs[i], "Out of advs\n"); in adv_create_and_send()
Dmesh_test.h98 #define ASSERT_FALSE_MSG(cond, fmt, ...) \ macro
Dtest_suspend.c231 ASSERT_FALSE_MSG(dut_status == DUT_SUSPENDED, "Received adv while Mesh is suspended."); in gatt_scan_cb()
Dtest_blob.c85 ASSERT_FALSE_MSG(atomic_test_and_set_bit(block_bitfield, block->number), in blob_chunk_wr()
Dtest_dfu.c616 ASSERT_FALSE_MSG(slot[i] == NULL, "Failed to add slot\n"); in test_dist_dfu_slot_create()