未验证 提交 f08f5dd8 编写于 作者: O openharmony_ci 提交者: Gitee

!7663 文档断链修改

Merge pull request !7663 from 王江颖/master
......@@ -1029,7 +1029,7 @@ getProfile(profileId: ProfileId): A2dpSourceProfile | HandsFreeAudioGatewayProfi
| 类型 | 说明 |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [A2dpSourceProfile](#A2dpSourceProfile)[HandsFreeAudioGatewayProfile](#HandsFreeAudioGatewayProfile) | 对应的profile的对象实例,当前支持A2dpSourceProfile, HandsFreeAudioGatewayProfile。 |
| [A2dpSourceProfile](#a2dpsourceprofile)[HandsFreeAudioGatewayProfile](#handsfreeaudiogatewayprofile) | 对应的profile的对象实例,当前支持A2dpSourceProfile, HandsFreeAudioGatewayProfile。 |
**示例:**
......@@ -1055,7 +1055,7 @@ getProfileInst(profileId: ProfileId): A2dpSourceProfile | HandsFreeAudioGatewayP
| 类型 | 说明 |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [A2dpSourceProfile](#A2dpSourceProfile)[HandsFreeAudioGatewayProfile](#HandsFreeAudioGatewayProfile)[HidHostProfile](#HidHostProfile)[PanProfile](#PanProfile) | 对应的profile的对象实例,当前支持A2dpSourceProfile/HandsFreeAudioGatewayProfile/HidHostProfile/PanProfile。 |
| [A2dpSourceProfile](#a2dpsourceprofile)[HandsFreeAudioGatewayProfile](#handsfreeaudiogatewayprofile)[HidHostProfile](#hidhostprofile)[PanProfile](#panprofile) | 对应的profile的对象实例,当前支持A2dpSourceProfile/HandsFreeAudioGatewayProfile/HidHostProfile/PanProfile。 |
**示例:**
......
......@@ -39,7 +39,7 @@ import inputMethod from '@ohos.inputmethod';
getInputMethodController(): InputMethodController
获取客户端实例[InputMethodController](#InputMethodController)
获取客户端实例[InputMethodController](#inputmethodcontroller)
**系统能力**:SystemCapability.MiscServices.InputMethodFramework
......@@ -47,7 +47,7 @@ getInputMethodController(): InputMethodController
| 类型 | 说明 |
| -------- | -------- |
| [InputMethodController](#InputMethodController) | 回调返回当前客户端实例。 |
| [InputMethodController](#inputmethodcontroller) | 回调返回当前客户端实例。 |
**示例:**
......@@ -59,7 +59,7 @@ getInputMethodController(): InputMethodController
getInputMethodSetting(): InputMethodSetting
获取客户端设置实例[InputMethodSetting](#InputMethodSetting)
获取客户端设置实例[InputMethodSetting](#inputmethodsetting8)
**系统能力**: SystemCapability.MiscServices.InputMethodFramework
......@@ -67,7 +67,7 @@ getInputMethodSetting(): InputMethodSetting
| 类型 | 说明 |
| ----------------------------------------- | ---------------------------- |
| [InputMethodSetting](#InputMethodSetting) | 回调返回当前客户端设置实例。 |
| [InputMethodSetting](#inputmethodsetting8) | 回调返回当前客户端设置实例。 |
**示例:**
......@@ -188,7 +188,7 @@ listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>)
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------------------------------------------------- | ---- | ---------------------- |
| callback | Array<[InputMethodProperty](#InputMethodProperty)> | 是 | 返回已安装输入法列表。 |
| callback | Array<[InputMethodProperty](#inputmethodproperty8)> | 是 | 返回已安装输入法列表。 |
**示例:**
......@@ -212,7 +212,7 @@ listInputMethod(): Array&lt;InputMethodProperty&gt;
**返回值:**
| 类型 | 说明 |
| ----------------------------------------------------------- | ---------------------- |
| Promise<Array<[InputMethodProperty](#InputMethodProperty)>> | 返回已安装输入法列表。 |
| Promise<Array<[InputMethodProperty](#inputmethodproperty8)>> | 返回已安装输入法列表。 |
**示例:**
......
......@@ -57,7 +57,7 @@ getSupportedPowerModel(): Promise&lt;Array&lt;PowerModel&gt;&gt;
**返回值:**
| 类型 | 说明 |
| -------- | -------- |
| Promise&lt;Array&lt;[PowerModel](#PowerModel)&gt;&gt; | Promise对象。表示功率模式。 |
| Promise&lt;Array&lt;[PowerModel](#powermodel)&gt;&gt; | Promise对象。表示功率模式。 |
## PowerModel
......@@ -86,7 +86,7 @@ getSupportedPowerModel(callback: AsyncCallback&lt;Array&lt;PowerModel&gt;&gt;):
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| callback | AsyncCallback&lt;[PowerModel](#PowerModel)&gt; | 是 | 回调函数。当操作成功时,err为0,data表示支持的功率模式。如果error为非0,表示处理出现错误。 |
| callback | AsyncCallback&lt;[PowerModel](#powermodel)&gt; | 是 | 回调函数。当操作成功时,err为0,data表示支持的功率模式。如果error为非0,表示处理出现错误。 |
## wifiext.getPowerModel
......@@ -102,7 +102,7 @@ getPowerModel(): Promise&lt;PowerModel&gt;
**返回值:**
| 类型 | 说明 |
| -------- | -------- |
| Promise&lt;[PowerModel](#PowerModel)&gt; | Promise对象。表示功率模式。 |
| Promise&lt;[PowerModel](#powermodel)&gt; | Promise对象。表示功率模式。 |
## wifiext.getPowerModel
......@@ -118,7 +118,7 @@ getPowerModel(callback: AsyncCallback&lt;PowerModel&gt;): void
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| callback | AsyncCallback&lt;[PowerModel](#PowerModel)&gt; | 是 | 回调函数。当操作成功时,err为0,data表示功率模式。如果error为非0,表示处理出现错误。 |
| callback | AsyncCallback&lt;[PowerModel](#powermodel)&gt; | 是 | 回调函数。当操作成功时,err为0,data表示功率模式。如果error为非0,表示处理出现错误。 |
## wifiext.setPowerModel
......@@ -134,7 +134,7 @@ setPowerModel(model: PowerModel) : boolean;
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| model | AsyncCallback&lt;[PowerModel](#PowerModel)&gt; | 是 | 功率模式。 |
| model | AsyncCallback&lt;[PowerModel](#powermodel)&gt; | 是 | 功率模式。 |
**返回值:**
| **类型** | **说明** |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册