From a8deab1d5c7764e37e08f6bd894270bbe282a088 Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Thu, 23 Sep 2021 20:44:07 +0800 Subject: [PATCH] chenlien@huawei.com Signed-off-by: zero-cyc Change-Id: Ia80af79bb9f714a9c4fddd18f1909b63ccc4ec63 --- api/@internal/ets/lifecycle.d.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/api/@internal/ets/lifecycle.d.ts b/api/@internal/ets/lifecycle.d.ts index a2d13795a5..733227e272 100644 --- a/api/@internal/ets/lifecycle.d.ts +++ b/api/@internal/ets/lifecycle.d.ts @@ -206,21 +206,6 @@ export declare interface LifecycleService { */ onDisconnect?(want: Want): void; - /** - * Called when a new client attempts to connect to a Service ability after all previous client connections to it - * are disconnected. - * - *

The Service ability must have been started but not been destroyed, that is, {@link #startAbility} has been - * called but {@link #terminateSelf} has not.

- * - * @devices phone, tablet - * @since 7 - * @sysCap AAFwk - * @param want Indicates the want of the Service ability being connected. - * @return - - */ - onReconnect?(want: Want): void; - /** * Called back before an ability is destroyed. * -- Gitee