From 4b1bff7c39e78d47dc7b56ccfab369d46ec5378a Mon Sep 17 00:00:00 2001 From: jinduo Date: Thu, 19 Oct 2023 02:43:52 +0000 Subject: [PATCH] modify Fun type Signed-off-by: jinduo --- interfaces/innerkits/datatransmitmgr/include/dev_slinfo_adpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/datatransmitmgr/include/dev_slinfo_adpt.h b/interfaces/innerkits/datatransmitmgr/include/dev_slinfo_adpt.h index baca82b..2bcf8d2 100644 --- a/interfaces/innerkits/datatransmitmgr/include/dev_slinfo_adpt.h +++ b/interfaces/innerkits/datatransmitmgr/include/dev_slinfo_adpt.h @@ -40,7 +40,7 @@ typedef int32_t (*RequestDeviceSecurityInfoAsyncFunction)(const DeviceIdentify * typedef void (*FreeDeviceSecurityInfoFunction)(DeviceSecurityInfo *info); -typedef uint32_t (*GetDeviceSecurityLevelValueFunction)(const DeviceSecurityInfo *info, int32_t *level); +typedef int32_t (*GetDeviceSecurityLevelValueFunction)(const DeviceSecurityInfo *info, int32_t *level); typedef struct { RequestDeviceSecurityInfoFunction requestDeviceSecurityInfo; -- Gitee