diff --git a/api/@ohos.app.ability.appManager.d.ts b/api/@ohos.app.ability.appManager.d.ts index 2303882b4c31dafa7a12d1b6e8fa57602f8fe7c1..31819212a4613dda7fc8b73a6614d861be5c968d 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 2b1260e32c00931aeccc3e5afad8bb8b3bfe72a8..df4f390fe7ce5b04353b6bee804d61c4610eaba4 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 */