From d1e5be27986f2f754aaf8cdc9b0ff075baf81531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E9=B9=8F=E8=BE=89?= Date: Thu, 28 Aug 2025 15:32:23 +0800 Subject: [PATCH 1/3] 1 --- sensor/hdi_service_3.0/sensor_client_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sensor/hdi_service_3.0/sensor_client_info.h b/sensor/hdi_service_3.0/sensor_client_info.h index 8bc134e9a3..1333554eb1 100644 --- a/sensor/hdi_service_3.0/sensor_client_info.h +++ b/sensor/hdi_service_3.0/sensor_client_info.h @@ -38,8 +38,8 @@ public: }; struct SensorConfig { - int32_t samplingInterval; - int32_t reportInterval; + int64_t samplingInterval; + int64_t reportInterval; }; } // V3_0 -- Gitee From bd7721b22042b421401fb64d41a3fe359efb792f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E9=B9=8F=E8=BE=89?= Date: Thu, 28 Aug 2025 08:14:52 +0000 Subject: [PATCH 2/3] Revert "1" This reverts commit d1e5be27986f2f754aaf8cdc9b0ff075baf81531. --- sensor/hdi_service_3.0/sensor_client_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sensor/hdi_service_3.0/sensor_client_info.h b/sensor/hdi_service_3.0/sensor_client_info.h index 1333554eb1..8bc134e9a3 100644 --- a/sensor/hdi_service_3.0/sensor_client_info.h +++ b/sensor/hdi_service_3.0/sensor_client_info.h @@ -38,8 +38,8 @@ public: }; struct SensorConfig { - int64_t samplingInterval; - int64_t reportInterval; + int32_t samplingInterval; + int32_t reportInterval; }; } // V3_0 -- Gitee From 5ba0c7bb3c9238d8a6caf502c66773f03bb8fc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E9=B9=8F=E8=BE=89?= Date: Thu, 28 Aug 2025 15:32:23 +0800 Subject: [PATCH 3/3] 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 梁鹏辉 --- sensor/hdi_service_3.0/sensor_client_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sensor/hdi_service_3.0/sensor_client_info.h b/sensor/hdi_service_3.0/sensor_client_info.h index 8bc134e9a3..1333554eb1 100644 --- a/sensor/hdi_service_3.0/sensor_client_info.h +++ b/sensor/hdi_service_3.0/sensor_client_info.h @@ -38,8 +38,8 @@ public: }; struct SensorConfig { - int32_t samplingInterval; - int32_t reportInterval; + int64_t samplingInterval; + int64_t reportInterval; }; } // V3_0 -- Gitee