From de18dca9746aed35bfcd6a8fde0de76b6be3e495 Mon Sep 17 00:00:00 2001 From: yanghao Date: Wed, 11 Sep 2024 11:04:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9Edomain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yanghao --- interfaces/native/innerkits/hisysevent/include/hisysevent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/native/innerkits/hisysevent/include/hisysevent.h b/interfaces/native/innerkits/hisysevent/include/hisysevent.h index f782019..ca0da56 100644 --- a/interfaces/native/innerkits/hisysevent/include/hisysevent.h +++ b/interfaces/native/innerkits/hisysevent/include/hisysevent.h @@ -116,6 +116,7 @@ public: static constexpr char DEVICE_PROFILE[] = "DEVICE_PROFILE"; static constexpr char DISPLAY[] = "DISPLAY"; static constexpr char DISTRIBUTED_AUDIO[] = "DISTAUDIO"; + static constexpr char DISK_DECRYPT_UE[] = "DISK_DECRYPT_UE"; static constexpr char DISTRIBUTED_CAMERA[] = "DISTCAMERA"; static constexpr char DISTRIBUTED_DATAMGR[] = "DISTDATAMGR"; static constexpr char DISTRIBUTED_DEVICE_MANAGER[] = "DISTDM"; -- Gitee From 56a6f663460cbc865849c870dc2a1254de701076 Mon Sep 17 00:00:00 2001 From: yanghao Date: Wed, 11 Sep 2024 14:30:00 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E5=A2=9Edomain-DISK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yanghao --- interfaces/native/innerkits/hisysevent/include/hisysevent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/native/innerkits/hisysevent/include/hisysevent.h b/interfaces/native/innerkits/hisysevent/include/hisysevent.h index f782019..f41a39a 100644 --- a/interfaces/native/innerkits/hisysevent/include/hisysevent.h +++ b/interfaces/native/innerkits/hisysevent/include/hisysevent.h @@ -114,6 +114,7 @@ public: static constexpr char DEVELOPTOOLS[] = "DEVELOPTOOLS"; static constexpr char DEVICE_AUTH[] = "DEVICE_AUTH"; static constexpr char DEVICE_PROFILE[] = "DEVICE_PROFILE"; + static constexpr char DISK_DECRYPT_UE[] = "DISK_DECRYPT_UE"; static constexpr char DISPLAY[] = "DISPLAY"; static constexpr char DISTRIBUTED_AUDIO[] = "DISTAUDIO"; static constexpr char DISTRIBUTED_CAMERA[] = "DISTCAMERA"; -- Gitee