Lines Matching refs:code_status
153 enum hawkbit_response code_status; member
955 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()
1062 hb_context->code_status = HAWKBIT_PERMISSION_ERROR; in response_cb()
1064 hb_context->code_status = HAWKBIT_METADATA_ERROR; in response_cb()
1198 hb_context->code_status = HAWKBIT_NETWORKING_ERROR; in send_request()
1202 if (IN_RANGE(hb_context->code_status, HAWKBIT_NETWORKING_ERROR, HAWKBIT_ALLOC_ERROR)) { in send_request()
1295 s->hb_context.code_status = HAWKBIT_NETWORKING_ERROR; in s_http_start()
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()
1379 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_cancel()
1389 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_cancel()
1403 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_cancel()
1439 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_config_device()
1448 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_config_device()
1476 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_probe_deployment_base()
1492 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_probe_deployment_base()
1533 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_report()
1579 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_download()
1604 s->hb_context.code_status = HAWKBIT_DOWNLOAD_ERROR; in s_download()
1618 s->hb_context.code_status = HAWKBIT_DOWNLOAD_ERROR; in s_download()
1626 s->hb_context.code_status = HAWKBIT_DOWNLOAD_ERROR; in s_download()
1632 s->hb_context.code_status = HAWKBIT_UPDATE_INSTALLED; in s_download()
1645 if (IN_RANGE(s->hb_context.code_status, HAWKBIT_NETWORKING_ERROR, in s_terminate()
1648 switch (s->hb_context.code_status) { in s_terminate()
1674 smf_set_terminate(SMF_CTX(s), s->hb_context.code_status); in s_terminate()