From 2ee0cace68fb124c8d3db28f58c7463fc684524f Mon Sep 17 00:00:00 2001 From: wanghongenaf Date: Tue, 13 May 2025 16:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghongenaf --- sensor/v2_1/ISensorCallback.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sensor/v2_1/ISensorCallback.idl b/sensor/v2_1/ISensorCallback.idl index c06a2391..490d2de1 100644 --- a/sensor/v2_1/ISensorCallback.idl +++ b/sensor/v2_1/ISensorCallback.idl @@ -33,6 +33,13 @@ package ohos.hdi.sensor.v2_1; import ohos.hdi.sensor.v2_0.SensorTypes; import ohos.hdi.sensor.v2_0.ISensorCallback; +/**package ohos.hdi.sensor.v2_1; + +/**package ohos.hdi.sensor.v2_1; */ + +import ohos.hdi.sensor.v2_0.SensorTypes; +import ohos.hdi.sensor.v2_0.ISensorCallback; +*/ /** * @brief Defines the callback for reporting sensor data. This callback needs to be registered when * a sensor user subscribes to sensor data. Only after the sensor is enabled, the sensor data subscriber can receive -- Gitee