From 1fcd2c350f2603187641fc89d1728898a40f787e Mon Sep 17 00:00:00 2001 From: lxc98 Date: Fri, 12 Sep 2025 15:26:24 +0800 Subject: [PATCH] test Signed-off-by: lxc98 --- ALLIN/Test_07.d.ts | 111 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 ALLIN/Test_07.d.ts diff --git a/ALLIN/Test_07.d.ts b/ALLIN/Test_07.d.ts new file mode 100644 index 0000000000..80c4544fa8 --- /dev/null +++ b/ALLIN/Test_07.d.ts @@ -0,0 +1,111 @@ + +/* + * Copyright (c) 2025 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * @file + * @kit Test6x + */ + +/** + * TEST + * [Detailed description of the method's functionality and behavior characteristics] [Optional] + * [API Note: Constraints and usage recommendations for the method] [Required if present] + * Writing format: Use appropriate HTML tags


etc., inline tags @link + * + * @param { string } [paramName] [Meaning][Value Range] [Default Value/Behavior] [Behavior if Value Range is Exceeded] + * @returns { number } [Meaning] [Return value in case of exceptions and invalid situations] [Required if present] + * @syscap SystemCapability.Ability.AbilityBase + * @since 18 + * @arkts 1.2 + * @example [Optional] + * [Code example, showing how to call the class method] + */ +function methodName01(paramName: string): number; + +/** + * [Summary, a brief description of the function/method in one sentence] [Required] + * [Detailed description of the method's functionality and behavior characteristics] [Optional] + * [API Note: Constraints and usage recommendations for the method] [Required if present] + * Writing format: Use appropriate HTML tags


etc., inline tags @link + * + * @param { string } [paramName] [Meaning][Value Range] [Default Value/Behavior] [Behavior if Value Range is Exceeded] + * @returns { number } [Meaning] [Return value in case of exceptions and invalid situations] [Required if present] + * @syscap SystemCapability.Ability.AbilityBase + * @since 18 + * @arkts 1.2 + * @example [Optional] + * [Code example, showing how to call the class method] + */ +function methodName02(paramName: string): number; + +/** + * [Summary, a brief description of the function/method in one sentence] [Required] + * [Detailed description of the method's functionality and behavior characteristics] [Optional] + * [API Note: Constraints and usage recommendations for the method] [Required if present] + * Writing format: Use appropriate HTML tags


etc., inline tags @link + * + * @param { string } [paramName] [Meaning][Value Range] [Default Value/Behavior] [Behavior if Value Range is Exceeded] + * @returns { number } [Meaning] [Return value in case of exceptions and invalid situations] [Required if present] + * @syscap SystemCapability.Ability.AbilityBase + * @since 18 + * @arkts 1.2 + * @example [Optional] + * [Code example, showing how to call the class method] + */ +function methodName03(paramName: string): number; + +/** + * [Summary, a brief description of the function/method in one sentence] [Required] + * [Detailed description of the method's functionality and behavior characteristics] [Optional] + * [API Note: Constraints and usage recommendations for the method] [Required if present] + * Writing format: Use appropriate HTML tags


etc., inline tags @link + * + * @param { string } [paramName] [Meaning][Value Range] [Default Value/Behavior] [Behavior if Value Range is Exceeded] + * @returns { number } [Meaning] [Return value in case of exceptions and invalid situations] [Required if present] + * @syscap SystemCapability.Ability.AbilityBase + * @since 18 + * @arkts 1.2 + * @example [Optional] + * [Code example, showing how to call the class method] + */ +function methodName04(paramName: string): number; + +/** + * [Summary, a brief description of the function/method in one sentence] [Required] + * [Detailed description of the method's functionality and behavior characteristics] [Optional] + * [API Note: Constraints and usage recommendations for the method] [Required if present] + * Writing format: Use appropriate HTML tags


etc., inline tags @link + * + * @param { string } [paramName] [Meaning][Value Range] [Default Value/Behavior] [Behavior if Value Range is Exceeded] + * @returns { number } [Meaning] [Return value in case of exceptions and invalid situations] [Required if present] + * @syscap SystemCapability.Ability.AbilityBase + * @since 18 + */ +function methodName05(paramName: string): number; + +/** + * [Summary, a brief description of the function/method in one sentence] [Required] + * [Detailed description of the method's functionality and behavior characteristics] [Optional] + * [API Note: Constraints and usage recommendations for the method] [Required if present] + * Writing format: Use appropriate HTML tags


etc., inline tags @link + * + * @param { string } paramName [Meaning][Value Range] [Default Value/Behavior] [Behavior if Value Range is Exceeded] + * @returns { number } [Meaning] [Return value in case of exceptions and invalid situations] [Required if present] + * @syscap SystemCapability.Ability.AbilityBase + * @since 18 + * @deprecated since 20 + */ +function methodName06(paramName: string): number; \ No newline at end of file -- Gitee