From 3725200764abddb91be394b7d00551498fbbfb3f Mon Sep 17 00:00:00 2001 From: maan4 Date: Tue, 3 Jun 2025 19:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9fd=E6=9C=AA=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E9=87=8A=E6=94=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: maan4 --- frameworks/native/ISensorService.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/native/ISensorService.idl b/frameworks/native/ISensorService.idl index 6e0706a8..c47c9d8b 100644 --- a/frameworks/native/ISensorService.idl +++ b/frameworks/native/ISensorService.idl @@ -28,7 +28,7 @@ interface OHOS.Sensors.ISensorService { void SuspendSensors([in] int pid); void ResumeSensors([in] int pid); void GetActiveInfoList([in] int pid, [out] ActiveInfo[] activeInfoList); - void CreateSocketChannel([in] IRemoteObject sensorClient, [out] FileDescriptor clientFd); + void CreateSocketChannel([in] IRemoteObject sensorClient, [out] FileDescriptorSan clientFd); void DestroySocketChannel([in] IRemoteObject sensorClient); void EnableActiveInfoCB(); void DisableActiveInfoCB(); -- Gitee