Searched refs:code_status (Results 1 – 2 of 2) sorted by relevance
65 enum updatehub_response code_status; member513 ctx.code_status = UPDATEHUB_OK; in install_update_cb()569 if (ctx.code_status == UPDATEHUB_OK) { in install_update()595 return ctx.code_status; in install_update()629 switch (ctx.code_status) { in report()741 ctx.code_status = UPDATEHUB_OK; in probe_cb()826 if (ctx.code_status != UPDATEHUB_OK) { in z_impl_updatehub_probe()909 ctx.code_status = in z_impl_updatehub_probe()943 return ctx.code_status; in z_impl_updatehub_probe()986 return ctx.code_status; in z_impl_updatehub_update()[all …]
153 enum hawkbit_response code_status; member955 hb_context->code_status = HAWKBIT_ALLOC_ERROR; in response_json_cb()970 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_json_cb()983 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_json_cb()992 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_json_cb()1025 hb_context->code_status = HAWKBIT_DOWNLOAD_ERROR; in response_download_cb()1064 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_cb()1198 hb_context->code_status = HAWKBIT_NETWORKING_ERROR; in send_request()1304 s->hb_context.code_status = HAWKBIT_ALLOC_ERROR; in s_http_start()1355 s->hb_context.code_status = HAWKBIT_NO_UPDATE; in s_probe()[all …]
Completed in 17 milliseconds