From 6d9ad3e5e0dcb838864b6deab20aa0fe36d109f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=8F=B2=E5=A2=A8?= Date: Wed, 3 Sep 2025 19:42:19 +0800 Subject: [PATCH] =?UTF-8?q?autoStartup=E9=94=99=E8=AF=AF=E7=A0=81=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱菲墨 --- api/@ohos.app.ability.autoStartupManager.d.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api/@ohos.app.ability.autoStartupManager.d.ts b/api/@ohos.app.ability.autoStartupManager.d.ts index 7efb74a216..dd6c3ab75c 100644 --- a/api/@ohos.app.ability.autoStartupManager.d.ts +++ b/api/@ohos.app.ability.autoStartupManager.d.ts @@ -42,7 +42,7 @@ declare namespace autoStartupManager { * @throws { BusinessError } 202 - Permission denied, non-system app called system api. * @throws { BusinessError } 401 - The parameter check failed. Possible causes: 1. Mandatory parameters are left unspecified; *
2. Incorrect parameters types. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -61,7 +61,7 @@ declare namespace autoStartupManager { * @throws { BusinessError } 202 - Permission denied, non-system app called system api. * @throws { BusinessError } 401 - The parameter check failed. Possible causes: 1. Mandatory parameters are left unspecified; *
2. Incorrect parameters types. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -82,7 +82,7 @@ declare namespace autoStartupManager { *
2. Incorrect parameters types. * @throws { BusinessError } 16000004 - Cannot start an invisible component. * @throws { BusinessError } 16000013 - The application is controlled by EDM. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -103,7 +103,7 @@ declare namespace autoStartupManager { *
2. Incorrect parameters types. * @throws { BusinessError } 16000004 - Cannot start an invisible component. * @throws { BusinessError } 16000013 - The application is controlled by EDM. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -124,7 +124,7 @@ declare namespace autoStartupManager { *
2. Incorrect parameters types. * @throws { BusinessError } 16000004 - Cannot start an invisible component. * @throws { BusinessError } 16000013 - The application is controlled by EDM. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -145,7 +145,7 @@ declare namespace autoStartupManager { *
2. Incorrect parameters types. * @throws { BusinessError } 16000004 - Cannot start an invisible component. * @throws { BusinessError } 16000013 - The application is controlled by EDM. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -164,7 +164,7 @@ declare namespace autoStartupManager { * @throws { BusinessError } 202 - Permission denied, non-system app called system api. * @throws { BusinessError } 401 - The parameter check failed. Possible causes: 1. Mandatory parameters are left unspecified; *
2. Incorrect parameters types. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly @@ -182,7 +182,7 @@ declare namespace autoStartupManager { * @throws { BusinessError } 202 - Permission denied, non-system app called system api. * @throws { BusinessError } 401 - The parameter check failed. Possible causes: 1. Mandatory parameters are left unspecified; *
2. Incorrect parameters types. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @StageModelOnly -- Gitee