From 69ab83a15b0af6e2f54d646792cab45e15e6887e Mon Sep 17 00:00:00 2001 From: liuyingxuan Date: Mon, 8 Sep 2025 19:50:19 +0800 Subject: [PATCH 1/3] =?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 8240f8c268..faf91fb731 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 { /** @@ -173,8 +171,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. @@ -189,8 +186,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; @@ -206,8 +202,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. @@ -222,8 +217,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 34b9898d1372e6e88ac5d8c82273053264285d85 Mon Sep 17 00:00:00 2001 From: liuyingxuan Date: Tue, 9 Sep 2025 18:39:44 +0800 Subject: [PATCH 2/3] =?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 faf91fb731..a022cd0fcf 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 { /** @@ -186,7 +187,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; @@ -217,7 +219,8 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since 11 + * @since * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ function makeCall(phoneNumber: string): Promise; -- Gitee From d5a7b714c60fc4cd3ae61375e565a3447f49f0bc Mon Sep 17 00:00:00 2001 From: liuyingxuan Date: Tue, 9 Sep 2025 18:47:42 +0800 Subject: [PATCH 3/3] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index a022cd0fcf..d63762c8a8 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -219,7 +219,7 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since * @since arkts {'1.1':'11','1.2':'20'} + * @since arkts {'1.1':'11','1.2':'20'} * @arkts 1.1&1.2 */ function makeCall(phoneNumber: string): Promise; -- Gitee