From 2b022d76d373404b3afe5174ae9e22ea6353e1bf Mon Sep 17 00:00:00 2001 From: zhouyan Date: Thu, 8 May 2025 15:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyan Change-Id: Ia3b80c126a6439c4738f8f492fb8a5885a2585ec --- .../main/cpp/include/dfx/hisysevent_adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/accesstokenmanager/main/cpp/include/dfx/hisysevent_adapter.h b/services/accesstokenmanager/main/cpp/include/dfx/hisysevent_adapter.h index 953fff70a..4e58271b2 100644 --- a/services/accesstokenmanager/main/cpp/include/dfx/hisysevent_adapter.h +++ b/services/accesstokenmanager/main/cpp/include/dfx/hisysevent_adapter.h @@ -60,7 +60,7 @@ struct AccessTokenDfxInfo { std::string aclInfo; std::string preauthInfo; std::string extendInfo; - uint64_t duration; + int64_t duration; int32_t errorCode; int32_t pid; uint32_t hapSize; -- Gitee