diff --git a/ALLIN/Test_07.d.ts b/ALLIN/Test_07.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..80c4544fa86ca2616175c52bc78b8d100289b5bd --- /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