Home
last modified time | relevance | path

Searched refs:code_status (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c65 enum updatehub_response code_status; member
379 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb_sha256()
422 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb()
430 ctx.code_status = UPDATEHUB_NETWORKING_ERROR; in install_update_cb()
437 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb()
442 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb()
460 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb()
468 ctx.code_status = UPDATEHUB_INSTALL_ERROR; in install_update_cb()
473 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb()
480 ctx.code_status = UPDATEHUB_DOWNLOAD_ERROR; in install_update_cb()
[all …]
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c138 enum hawkbit_response code_status; member
877 hb_context->code_status = HAWKBIT_PERMISSION_ERROR; in response_cb()
879 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_cb()
903 hb_context->code_status = HAWKBIT_ALLOC_ERROR; in response_cb()
919 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_cb()
932 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_cb()
941 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_cb()
961 hb_context->code_status = HAWKBIT_DOWNLOAD_ERROR; in response_cb()
1077 hb_context->code_status = HAWKBIT_NETWORKING_ERROR; in send_request()
1081 if (IN_RANGE(hb_context->code_status, HAWKBIT_NETWORKING_ERROR, HAWKBIT_ALLOC_ERROR)) { in send_request()
[all …]