Lines Matching refs:flash_ctx
136 struct flash_img_context flash_ctx; member
952 hb_context->flash_ctx.stream.bytes_written = 0; in response_download_cb()
963 ret = flash_img_buffered_write(&hb_context->flash_ctx, body_data, body_len, in response_download_cb()
972 stream_flash_progress_save(&hb_context->flash_ctx.stream, "hawkbit/flash_progress"); in response_download_cb()
975 hb_context->dl.downloaded_size = flash_img_bytes_written(&hb_context->flash_ctx); in response_download_cb()
983 stream_flash_progress_save(&hb_context->flash_ctx.stream, in response_download_cb()
1113 hb_context->dl.downloaded_size = flash_img_bytes_written(&hb_context->flash_ctx); in send_request()
1516 flash_img_init(&s->hb_context.flash_ctx); in s_download()
1521 flash_area_ptr = s->hb_context.flash_ctx.flash_area; in s_download()
1524 stream_flash_progress_load(&s->hb_context.flash_ctx.stream, "hawkbit/flash_progress"); in s_download()
1542 stream_flash_progress_clear(&s->hb_context.flash_ctx.stream, "hawkbit/flash_progress"); in s_download()
1548 if (flash_img_check(&s->hb_context.flash_ctx, &fic, flash_area_ptr->fa_id)) { in s_download()