From c3bec398cdae7e373190d0da6c79b75d5850df28 Mon Sep 17 00:00:00 2001 From: liuyingxuan Date: Mon, 8 Sep 2025 19:59:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9@since=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyingxuan --- api/@ohos.telephony.call.d.ts | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index e57d1e10a8..14303d1e28 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -27,8 +27,7 @@ import type image from './@ohos.multimedia.image'; * * @namespace call * @syscap SystemCapability.Telephony.CallManager - * @since arkts {'1.1':'6','1.2':'20'} - * @arkts 1.1&1.2 + * @since 6 */ /** * Provides methods related to call management. @@ -36,8 +35,7 @@ import type image from './@ohos.multimedia.image'; * @namespace call * @syscap SystemCapability.Telephony.CallManager * @atomicservice - * @since arkts {'1.1':'11','1.2':'20'} - * @arkts 1.1&1.2 + * @since 11 */ declare namespace call { /** @@ -170,8 +168,7 @@ declare namespace call { * @throws { BusinessError } 8300003 - System internal error. * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts - * @since arkts {'1.1':'7','1.2':'20'} - * @arkts 1.1&1.2 + * @since 7 */ /** * Go to the dial screen and the called number is displayed. @@ -186,8 +183,7 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since arkts {'1.1':'11','1.2':'20'} - * @arkts 1.1&1.2 + * @since 11 */ function makeCall(phoneNumber: string, callback: AsyncCallback): void; @@ -203,8 +199,7 @@ declare namespace call { * @throws { BusinessError } 8300003 - System internal error. * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts - * @since arkts {'1.1':'7','1.2':'20'} - * @arkts 1.1&1.2 + * @since 7 */ /** * Go to the dial screen and the called number is displayed. @@ -219,8 +214,7 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since arkts {'1.1':'11','1.2':'20'} - * @arkts 1.1&1.2 + * @since 11 */ function makeCall(phoneNumber: string): Promise; -- Gitee From b6daca93d1cda231a801a5ccd00382cf9509127c Mon Sep 17 00:00:00 2001 From: liuyingxuan Date: Tue, 9 Sep 2025 18:35:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9@since=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyingxuan --- api/@ohos.telephony.call.d.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index 14303d1e28..6d8c90f2df 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -35,7 +35,8 @@ import type image from './@ohos.multimedia.image'; * @namespace call * @syscap SystemCapability.Telephony.CallManager * @atomicservice - * @since 11 + * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ declare namespace call { /** @@ -183,7 +184,8 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since 11 + * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ function makeCall(phoneNumber: string, callback: AsyncCallback): void; @@ -214,7 +216,8 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since 11 + * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ function makeCall(phoneNumber: string): Promise; -- Gitee