Lines Matching refs:code_status

138 	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()
1174 s->hb_context.code_status = HAWKBIT_NETWORKING_ERROR; in s_http_start()
1183 s->hb_context.code_status = HAWKBIT_ALLOC_ERROR; in s_http_start()
1235 s->hb_context.code_status = HAWKBIT_NO_UPDATE; in s_probe()
1258 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_cancel()
1268 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_cancel()
1282 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_cancel()
1317 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_config_device()
1326 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_config_device()
1353 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_probe_deployment_base()
1369 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_probe_deployment_base()
1410 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_report()
1450 s->hb_context.code_status = HAWKBIT_METADATA_ERROR; in s_download()
1471 s->hb_context.code_status = HAWKBIT_DOWNLOAD_ERROR; in s_download()
1481 s->hb_context.code_status = HAWKBIT_DOWNLOAD_ERROR; in s_download()
1489 s->hb_context.code_status = HAWKBIT_DOWNLOAD_ERROR; in s_download()
1495 s->hb_context.code_status = HAWKBIT_UPDATE_INSTALLED; in s_download()
1507 if (IN_RANGE(s->hb_context.code_status, HAWKBIT_NETWORKING_ERROR, in s_terminate()
1510 switch (s->hb_context.code_status) { in s_terminate()
1536 smf_set_terminate(SMF_CTX(s), s->hb_context.code_status); in s_terminate()