From 24c0f61e044f010ffc5424629ec931a8d5f781e8 Mon Sep 17 00:00:00 2001 From: q30063846 Date: Tue, 27 May 2025 15:33:39 +0800 Subject: [PATCH] add common events of trusted ring Signed-off-by: q30063846 --- .../commonEventManager-definitions-sys.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/commonEventManager-definitions-sys.md b/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/commonEventManager-definitions-sys.md index 4f5e2bedc97..9ea3169ed7f 100644 --- a/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/commonEventManager-definitions-sys.md +++ b/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/commonEventManager-definitions-sys.md @@ -91,6 +91,51 @@ **取值:** "usual.event.SHORTCUT_CHANGED" +### COMMON_EVENT_TRUSTED_RING_CHECKIN20+ + +表示设备上的系统用户加入信任环的公共事件。 + +完成华为安全验证时,会发送此公共事件。 + +**系统接口:** 此接口为系统接口。 + +**系统能力:** SystemCapability.Notification.CommonEvent + +**订阅者所需权限:** ohos.permission.USE_TRUSTED_RING + +**取值:** "usual.event.TRUSTED_RING_CHECK_IN" + + +### COMMON_EVENT_TRUSTED_RING_CHECKOUT20+ + +表示设备上的系统用户退出信任环的公共事件。 + +在环时取消锁屏或退出账号,会发送此公共事件。 + +**系统接口:** 此接口为系统接口。 + +**系统能力:** SystemCapability.Notification.CommonEvent + +**订阅者所需权限:** ohos.permission.USE_TRUSTED_RING + +**取值:** "usual.event.TRUSTED_RING_CHECK_OUT" + + +### COMMON_EVENT_TRUSTED_RING_RESET20+ + +表示信任环重置的公共事件。 + +账号关联的信任环重置时,会发送此公共事件。 + +**系统接口:** 此接口为系统接口。 + +**系统能力:** SystemCapability.Notification.CommonEvent + +**订阅者所需权限:** ohos.permission.USE_TRUSTED_RING + +**取值:** "usual.event.TRUSTED_RING_RESET" + + ## Background Tasks Kit ### COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED10+ -- Gitee