/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.5/ |
H A D | changelogs-telephony.md | 60 ## cl.telephony.call.2 dial API Change 62 Changed the `dial` API to the `dialCall` API in the call module of the telephony subsystem since AP… 69 The `dial` API is deprecated and cannot be used anymore. Use the `dialCall` API instead. Otherwise,… 76 dial(phoneNumber: string, callback: AsyncCallback<boolean>): void; 77 dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void; 78 dial(phoneNumber: string, options?: DialOptions): Promise<boolean>; 83 function dial(phoneNumber: string, callback: AsyncCallback<boolean>): void; 84 function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void; 85 function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>; 100 The `dial` API is deprecated and cannot be used anymore. Use the `dialCall` API instead.
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.5/ |
H A D | changelogs-telephony.md | 60 ## cl.telephony.call.2 dial接口变更 76 dial(phoneNumber: string, callback: AsyncCallback<boolean>): void; 77 dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void; 78 dial(phoneNumber: string, options?: DialOptions): Promise<boolean>; 83 function dial(phoneNumber: string, callback: AsyncCallback<boolean>): void; 84 function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void; 85 function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>;
|
/ohos5.0/base/telephony/call_manager/ |
H A D | README_zh.md | 79 …2519577"><a name="p143312519577"></a><a name="p143312519577"></a>function dial(phoneNumber: string… 159 2. 可以通过callback或者Promise的方式调用dial接口。 169 call.dial(phoneNumber, {extras: false}, (err, value) => { 172 console.error(`failed to dial because ${err.message}`); 176 console.log(`success to dial: ${value}`); 180 let promise = call.dial(phoneNumber, {extras: false}); 183 console.log(`success to dial: ${value}`); 186 console.error(`failed to dial because ${err.message}`);
|
H A D | README.md | 69 …2519577"><a name="p143312519577"></a><a name="p143312519577"></a>function dial(phoneNumber: string… 147 ### Calling the dial API to Place a Call<a name="section113291522113518"></a> 159 call.dial(phoneNumber, {extras: false}, (err, value) => { 162 console.error(`failed to dial because ${err.message}`); 166 console.log(`success to dial: ${value}`); 170 let promise = call.dial(phoneNumber, {extras: false}); 173 console.log(`success to dial: ${value}`); 176 console.error(`failed to dial because ${err.message}`);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-call.md | 18 ## call.dial<sup>(deprecated)</sup> 20 dial\(phoneNumber: string, callback: AsyncCallback\<boolean\>\): void 44 call.dial("138xxxxxxxx", (err: BusinessError, data: boolean) => { 50 ## call.dial<sup>(deprecated)</sup> 52 dial\(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean\>\): void 80 call.dial("138xxxxxxxx", dialOptions, (err: BusinessError, data: boolean) => { 85 ## call.dial<sup>(deprecated)</sup> 87 dial\(phoneNumber: string, options?: DialOptions\): Promise\<boolean\> 120 call.dial("138xxxxxxxx", dialOptions).then((data: boolean) => { 121 console.log(`dial success, promise: data->${JSON.stringify(data)}`); [all …]
|
/ohos5.0/docs/en/application-dev/telephony/ |
H A D | telephony-call.md | 38 …ack: AsyncCallback<void>): void; | Redirects to the dial screen and displays… 67 console.log(`callback: dial call err->${JSON.stringify(err)}`); 87 3. Call the **makeCall** API to launch the dial screen and display the dialed number. 98 …// If the voice call function is supported, the user will be redirected to the dial screen and the…
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-call.md | 18 ## call.dial<sup>(deprecated)</sup> 20 dial\(phoneNumber: string, callback: AsyncCallback\<boolean\>\): void 44 call.dial("138xxxxxxxx", (err: BusinessError, data: boolean) => { 50 ## call.dial<sup>(deprecated)</sup> 52 dial\(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean\>\): void 80 call.dial("138xxxxxxxx", dialOptions, (err: BusinessError, data: boolean) => { 85 ## call.dial<sup>(deprecated)</sup> 87 dial\(phoneNumber: string, options?: DialOptions\): Promise\<boolean\> 120 call.dial("138xxxxxxxx", dialOptions).then((data: boolean) => { 121 console.log(`dial success, promise: data->${JSON.stringify(data)}`); [all …]
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-redirection-and-browsing-history-mgmt.md | 121 …nk on the frontend page **call.html**, the user will be redirected to the dial screen of the phone… 141 // Check whether the link is redirecting to the dial screen of the phone app. 143 // Redirect to the dial screen.
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | using-toneplayer-for-playback.md | 3 … for playing and managing Dual Tone Multi Frequency (DTMF) tones, such as dial tones, ringback ton… 28 | TONE_TYPE_COMMON_SUPERVISORY_DIAL | 100 | Supervisory tone - dial tone. | 96 Refer to the following code to play the DTMF tone when the dial key on the keyboard is pressed.
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-phone-numbers.md | 5 …d to type **0** and then dial the area code plus an 8-digit phone number. To make a call in Hong K…
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | call.js | 181 dial: call.dial,
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-tel-guide.md | 139 The following table describes the APIs for responding to modem service requests, with the dial modu… 145 …onst void \*data, size_t dataLen); | Processes number dial requests.<br>Input … 150 1. Implement processing of dial requests in the **ReqDial\(\)** API. 153 // Implement the API for processing dial requests. 189 2. After the modem executes the dial command, report the execution result to RIL Adapter via **OnC… 384 … encapsulated as an AT command and sent to the modem. After executing the dial command, the modem … 406 // Implement the API for processing dial requests.
|
/ohos5.0/docs/zh-cn/application-dev/telephony/ |
H A D | telephony-call.md | 67 console.log(`callback: dial call err->${JSON.stringify(err)}`);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 24 | ACTION_DIAL | ohos.want.action.dial | 指示启动显示小键…
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 205 HRilDial dial = {}; in Dial() local 206 dial.address = StringToCString(dialInfo.address); in Dial() 207 dial.clir = dialInfo.clir; in Dial() 208 …return RequestVendor(serialId, HREQ_CALL_DIAL, callFuncs_, &HRilCallReq::Dial, &dial, sizeof(HRilD… in Dial()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-telephony.md | 44 …r>方法 or 属性:function dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>废弃版本:N/… 45 …function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;… 46 …>方法 or 属性:function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>废弃版本:N/…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 24 | ACTION_DIAL | ohos.want.action.dial | Action o…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | system-app-startup.md | 53 …akecall7), which allows users to jump to the dialing screen, where the number to dial is displayed.
|
/ohos5.0/base/telephony/core_service/ |
H A D | hisysevent.yaml | 109 RESULT: {type: INT32, desc: dial result}
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 154 …dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br/>dial(phoneNumber: string, …
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-telephony.md | 44 …dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Cla… 45 …dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Depre… 46 …dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Deprecated version: N/A|Cl…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.2-beta4.md | 171 …dial tone can be played.<br>The following requirements are involved:<br>I5X5HT [Enhanced feature] …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-telephony.md | 191 …;<br>方法or属性:function dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:… 192 …:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void… 193 …;<br>方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>旧版本信息…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 154 …dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>dial(phoneNumber: string, o…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-telephony.md | 191 …ion dial(phoneNumber: string, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class nam… 192 …dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Old v… 193 …on dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Old version: |Class nam…
|