Lines Matching full:feedback
1021 * Feedback channel for the config data action in send_request()
1033 * Feedback channel for cancel actions in send_request()
1034 * POST: /{tenant}/controller/v1/{controllerId}/cancelAction/{actionId}/feedback in send_request()
1038 * Feedback channel for the DeploymentBase action in send_request()
1039 * POST: /{tenant}/controller/v1/{controllerId}/deploymentBase/{actionId}/feedback in send_request()
1242 * Feedback channel for cancel actions
1243 * POST: /{tenant}/controller/v1/{controllerId}/cancelAction/{actionId}/feedback
1263 snprintk(url_buffer, sizeof(url_buffer), "%s/%s", cancel_base, "feedback"); in s_cancel()
1304 * Feedback channel for the config data action
1384 * Feedback channel for the DeploymentBase action
1385 * POST: /{tenant}/controller/v1/{controllerId}/deploymentBase/{actionId}/feedback
1391 struct hawkbit_dep_fbk feedback = { in s_report() local
1400 "feedback"); in s_report()
1402 LOG_INF("Reporting deployment feedback %s (%s) for action %d", in s_report()
1403 feedback.status.result.finished, feedback.status.execution, in s_report()
1406 ret = json_obj_encode_buf(json_dep_fbk_descr, ARRAY_SIZE(json_dep_fbk_descr), &feedback, in s_report()