Lines Matching refs:ASSERT_TRUE
192 ASSERT_TRUE(expect_dfu_start); in target_dfu_start()
210 ASSERT_TRUE(expect_dfu_xfer_end); in target_dfu_transfer_end()
211 ASSERT_TRUE(success); in target_dfu_transfer_end()
255 ASSERT_TRUE(expect_dfu_apply); in target_dfu_apply()
549 ASSERT_TRUE(slot_add(NULL)); in test_dist_dfu()
551 ASSERT_TRUE(dfu_targets_cnt > 0); in test_dist_dfu()
567 ASSERT_TRUE(dfu_targets_cnt > 0); in test_dist_dfu_self_update()
573 ASSERT_TRUE(slot_add(NULL)); in test_dist_dfu_self_update()
651 ASSERT_TRUE(memcmp(fwid, slot->fwid, fwid_len) == 0); in check_slot()
655 ASSERT_TRUE(memcmp(metadata, slot->metadata, metadata_len) == 0); in check_slot()
689 ASSERT_TRUE(memcmp(metadata, slot->metadata, metadata_len) == 0); in test_dist_dfu_slot_create_recover()
709 ASSERT_TRUE(slot == NULL); in check_delete_all()
747 ASSERT_TRUE(slots[i] != NULL); in test_dist_dfu_slot_reservation()
754 ASSERT_TRUE(bt_mesh_dfu_slot_reserve() != NULL); in test_dist_dfu_slot_reservation()
774 ASSERT_TRUE(slot != NULL); in test_dist_dfu_slot_idempotency()
780 ASSERT_TRUE(slot != NULL); in test_dist_dfu_slot_idempotency()
873 ASSERT_TRUE(dfu_cli_xfer.target_count < ARRAY_SIZE(dfu_cli_xfer.targets)); in target_srv_add()
924 ASSERT_TRUE(lost_target_find_and_remove(target->blob.addr)); in dfu_cli_lost_target()
963 ASSERT_TRUE(slot_add(&slot)); in cli_common_fail_on_init()
980 ASSERT_TRUE(bt_mesh_dfu_slot_get(fwid, fwid_len, &slot) >= 0); in cli_common_init_recover()