# performReportingAction

Source: [https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_perform_reporting_action.html](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_perform_reporting_action.html)

根据设定的报告标准发送要执行的操作。

    performReportingActionCopy to clipboard

## 参数

| 参数 | API 类型 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- | --- |
| action | Java | Java | reportingAction | 要对当前设置的报告标准执行的操作。 |
| action | 原生 | lce\_reportingAction | lce\_reportingAction | 要对当前设置的报告标准执行的操作。 |
|  |  |  |  |  |

## 返回结果

| 返回结果 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| 状态 | Java | int | <ul class="ul" id="concept.dita_d345433a-dfb0-4437-9790-5fca729d350f__ul_imq_f1x_m5b"><br>                  <li class="li">1 - 成功</li><br><br>                  <li class="li">-1 - IQesdk 为 NULL</li><br><br>                  <li class="li">-2 - 子系统错误</li><br><br>                </ul> |
| 状态 | 原生 | int8\_t | <ul class="ul" id="concept.dita_d345433a-dfb0-4437-9790-5fca729d350f__ul_imq_f1x_m5b"><br>                  <li class="li">1 - 成功</li><br><br>                  <li class="li">-1 - IQesdk 为 NULL</li><br><br>                  <li class="li">-2 - 子系统错误</li><br><br>                </ul> |
|  |  |  |  |

**Parent Topic:** [LCE 函数](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_functions.html)

Last Published: Jun 22, 2023

[Previous Topic
getLastEstimationReport](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/lce_get_last_estimation_report.md) [Next Topic
LCE 回调接口](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/lce_callback_interfaces.md)