diff --git a/api/commonEvent/commonEventData.d.ts b/api/commonEvent/commonEventData.d.ts index 581e65b7a41b1771b8d20bdd64134428f609e0b3..b41b5d38425e267533db547ec79861228fb1c48c 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 c9775ca00958c0e3ad00b2a2ac4d34bd310928ad..f9220b2e02c401a53d7ecfbe4da96f810a809c84 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 16829d3bdad1d46d1cf77333da8e2248398d30ff..f70b1c914a1b69ee81859bce01076848316b8efb 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 b1260900bbf195135251313e3f75310e93dcc81b..c9e1beb8d710bd6dd866f2d14e4f61d718c9a453 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 {