From 2a3bb677f1c925756b9263caa898b0e5cdd72069 Mon Sep 17 00:00:00 2001 From: HuangXW Date: Tue, 27 Dec 2022 03:02:23 +0000 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=94=99=E8=AF=AF=E7=9A=84sy?= =?UTF-8?q?stem-api=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I69ee9be3e3d75ae7d90d3b4984f2d5769aea38a9 Signed-off-by: HuangXW --- api/@ohos.app.ability.appManager.d.ts | 2 -- api/application/ServiceExtensionContext.d.ts | 5 ----- 2 files changed, 7 deletions(-) diff --git a/api/@ohos.app.ability.appManager.d.ts b/api/@ohos.app.ability.appManager.d.ts index 2303882b4c..31819212a4 100644 --- a/api/@ohos.app.ability.appManager.d.ts +++ b/api/@ohos.app.ability.appManager.d.ts @@ -267,7 +267,6 @@ declare namespace appManager { * @returns { Promise> } Returns the array of {@link ProcessRunningInformation}. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @since 9 */ function getProcessRunningInformation(): Promise>; @@ -278,7 +277,6 @@ declare namespace appManager { * @param { AsyncCallback> } callback - The callback is used to return the array of {@link ProcessRunningInformation}. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @since 9 */ function getProcessRunningInformation(callback: AsyncCallback>): void; diff --git a/api/application/ServiceExtensionContext.d.ts b/api/application/ServiceExtensionContext.d.ts index 2b1260e32c..df4f390fe7 100644 --- a/api/application/ServiceExtensionContext.d.ts +++ b/api/application/ServiceExtensionContext.d.ts @@ -35,7 +35,6 @@ export default class ServiceExtensionContext extends ExtensionContext { * @param { AsyncCallback } callback - The callback of startAbility. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @StageModelOnly * @since 9 */ @@ -48,7 +47,6 @@ export default class ServiceExtensionContext extends ExtensionContext { * @param { AsyncCallback } callback - The callback of startAbility. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @StageModelOnly * @since 9 */ @@ -61,7 +59,6 @@ export default class ServiceExtensionContext extends ExtensionContext { * @returns { Promise } The promise returned by the function. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @StageModelOnly * @since 9 */ @@ -217,7 +214,6 @@ export default class ServiceExtensionContext extends ExtensionContext { * @param { AsyncCallback } callback - The callback of terminateSelf. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @StageModelOnly * @since 9 */ @@ -228,7 +224,6 @@ export default class ServiceExtensionContext extends ExtensionContext { * @returns { Promise } The promise returned by the function. * @throws { BusinessError } 401 - If the input parameter is not valid parameter. * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi * @StageModelOnly * @since 9 */ -- Gitee