From ffc5d91467d8c0f893dbfc8544ed9aacd3bb2e02 Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Thu, 24 Mar 2022 22:18:43 +0800 Subject: [PATCH] chenlien@huawei.com Signed-off-by: zero-cyc Change-Id: I3e7fe2afd8d3b6e92bc272281da3bb3f7246eb92 --- api/commonEvent/commonEventData.d.ts | 4 ++-- api/commonEvent/commonEventPublishData.d.ts | 6 +++--- api/commonEvent/commonEventSubscribeInfo.d.ts | 6 +++--- api/commonEvent/commonEventSubscriber.d.ts | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/commonEvent/commonEventData.d.ts b/api/commonEvent/commonEventData.d.ts index 581e65b7a..b41b5d384 100644 --- a/api/commonEvent/commonEventData.d.ts +++ b/api/commonEvent/commonEventData.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -16,7 +16,7 @@ /** * the data of the commonEvent * @name CommonEventData - * @syscap SystemCapability.Notification.commonEvent + * @syscap SystemCapability.Notification.CommonEvent * @since 7 * @permission N/A */ diff --git a/api/commonEvent/commonEventPublishData.d.ts b/api/commonEvent/commonEventPublishData.d.ts index c9775ca00..f9220b2e0 100644 --- a/api/commonEvent/commonEventPublishData.d.ts +++ b/api/commonEvent/commonEventPublishData.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,7 +17,7 @@ * containing the common event content and attributes * @name CommonEventPublishData * @since 7 - * @syscap SystemCapability.Notification.commonEvent + * @syscap SystemCapability.Notification.CommonEvent * @permission N/A */ export interface CommonEventPublishData { @@ -75,4 +75,4 @@ export interface CommonEventPublishData { * @since 7 */ parameters?: {[key: string]: any}; -} \ No newline at end of file +} diff --git a/api/commonEvent/commonEventSubscribeInfo.d.ts b/api/commonEvent/commonEventSubscribeInfo.d.ts index 16829d3bd..f70b1c914 100644 --- a/api/commonEvent/commonEventSubscribeInfo.d.ts +++ b/api/commonEvent/commonEventSubscribeInfo.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,7 +17,7 @@ * the information of the subscriber * @name CommonEventSubscribeInfo * @since 7 - * @syscap SystemCapability.Notification.commonEvent + * @syscap SystemCapability.Notification.CommonEvent * @permission N/A */ export interface CommonEventSubscribeInfo { @@ -63,4 +63,4 @@ export interface CommonEventSubscribeInfo { * @since 7 */ priority?: number; -} \ No newline at end of file +} diff --git a/api/commonEvent/commonEventSubscriber.d.ts b/api/commonEvent/commonEventSubscriber.d.ts index b1260900b..c9e1beb8d 100644 --- a/api/commonEvent/commonEventSubscriber.d.ts +++ b/api/commonEvent/commonEventSubscriber.d.ts @@ -19,7 +19,7 @@ import { CommonEventSubscribeInfo } from './commonEventSubscribeInfo'; * the subscriber of common event * @name CommonEventSubscriber * @since 7 - * @syscap SystemCapability.Notification.commonEvent + * @syscap SystemCapability.Notification.CommonEvent * @permission N/A */ export interface CommonEventSubscriber {