Lines Matching refs:response
89 ParamResponseMessage *response = NULL;
90 response = (ParamResponseMessage *)CreateParamMessage(msg->type, msg->key, sizeof(ParamResponseMessage));
91 PARAM_CHECK(response != NULL, return PARAM_CODE_ERROR, "Failed to alloc memory for response");
92 response->msg.id.msgId = msg->id.msgId;
93 response->result = result;
94 response->msg.msgSize = sizeof(ParamResponseMessage);
95 ParamTaskSendMsg(worker, (ParamMessage *)response);
96 PARAM_LOGV("Send response msg msgId %d result %d", msg->id.msgId, result);
258 // first check match, if match send response to client