From 50baaecbc7d9ab3f959d04dae626cd0ee5bcd80f Mon Sep 17 00:00:00 2001 From: zhuhan Date: Wed, 28 Jun 2023 16:24:00 +0800 Subject: [PATCH] test Signed-off-by: zhuhan Change-Id: I1abd6c9f4abcca8c02599754c922e4468be7b73b --- .../distributed_notification_service_ipc_interface_code.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/core/include/distributed_notification_service_ipc_interface_code.h b/frameworks/core/include/distributed_notification_service_ipc_interface_code.h index fbd1d6d5f..b52fbc4d5 100644 --- a/frameworks/core/include/distributed_notification_service_ipc_interface_code.h +++ b/frameworks/core/include/distributed_notification_service_ipc_interface_code.h @@ -115,6 +115,8 @@ namespace Notification { ON_BADGE_CHANGED, // push_callback_interface ON_CHECK_NOTIFICATION, + //test + TEST, }; } } -- Gitee