Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
f08f5dd8
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
f08f5dd8
编写于
8月 03, 2022
作者:
O
openharmony_ci
提交者:
Gitee
8月 03, 2022
浏览文件
操作
浏览文件
下载
差异文件
!7663 文档断链修改
Merge pull request !7663 from 王江颖/master
上级
eb4f9378
c7205d38
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
70 addition
and
70 deletion
+70
-70
zh-cn/application-dev/reference/apis/js-apis-bluetooth.md
zh-cn/application-dev/reference/apis/js-apis-bluetooth.md
+2
-2
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
+6
-6
zh-cn/application-dev/reference/apis/js-apis-wifi.md
zh-cn/application-dev/reference/apis/js-apis-wifi.md
+57
-57
zh-cn/application-dev/reference/apis/js-apis-wifiext.md
zh-cn/application-dev/reference/apis/js-apis-wifiext.md
+5
-5
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-bluetooth.md
浏览文件 @
f08f5dd8
...
...
@@ -1029,7 +1029,7 @@ getProfile(profileId: ProfileId): A2dpSourceProfile | HandsFreeAudioGatewayProfi
| 类型 | 说明 |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
|
[
A2dpSourceProfile
](
#
A2dpSourceProfile
)
或
[
HandsFreeAudioGatewayProfile
](
#HandsFreeAudioGatewayP
rofile
)
| 对应的profile的对象实例,当前支持A2dpSourceProfile, HandsFreeAudioGatewayProfile。 |
|
[
A2dpSourceProfile
](
#
a2dpsourceprofile
)
或
[
HandsFreeAudioGatewayProfile
](
#handsfreeaudiogatewayp
rofile
)
| 对应的profile的对象实例,当前支持A2dpSourceProfile, HandsFreeAudioGatewayProfile。 |
**示例:**
...
...
@@ -1055,7 +1055,7 @@ getProfileInst(profileId: ProfileId): A2dpSourceProfile | HandsFreeAudioGatewayP
| 类型 | 说明 |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
|
[
A2dpSourceProfile
](
#
A2dpSourceProfile
)
或
[
HandsFreeAudioGatewayProfile
](
#HandsFreeAudioGatewayProfile
)
或
[
HidHostProfile
](
#HidHostProfile
)
或
[
PanProfile
](
#PanP
rofile
)
| 对应的profile的对象实例,当前支持A2dpSourceProfile/HandsFreeAudioGatewayProfile/HidHostProfile/PanProfile。 |
|
[
A2dpSourceProfile
](
#
a2dpsourceprofile
)
或
[
HandsFreeAudioGatewayProfile
](
#handsfreeaudiogatewayprofile
)
或
[
HidHostProfile
](
#hidhostprofile
)
或
[
PanProfile
](
#panp
rofile
)
| 对应的profile的对象实例,当前支持A2dpSourceProfile/HandsFreeAudioGatewayProfile/HidHostProfile/PanProfile。 |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
浏览文件 @
f08f5dd8
...
...
@@ -39,7 +39,7 @@ import inputMethod from '@ohos.inputmethod';
getInputMethodController(): InputMethodController
获取客户端实例
[
InputMethodController
](
#
InputMethodC
ontroller
)
。
获取客户端实例
[
InputMethodController
](
#
inputmethodc
ontroller
)
。
**系统能力**
:SystemCapability.MiscServices.InputMethodFramework
...
...
@@ -47,7 +47,7 @@ getInputMethodController(): InputMethodController
| 类型 | 说明 |
| -------- | -------- |
| [InputMethodController](#
InputMethodC
ontroller) | 回调返回当前客户端实例。 |
| [InputMethodController](#
inputmethodc
ontroller) | 回调返回当前客户端实例。 |
**示例:**
...
...
@@ -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<InputMethodProperty>
**返回值:**
| 类型 | 说明 |
| ----------------------------------------------------------- | ---------------------- |
| Promise
<Array
<[
InputMethodProperty
](
#
InputMethodProperty
)
>
> | 返回已安装输入法列表。 |
| Promise
<Array
<[
InputMethodProperty
](
#
inputmethodproperty8
)
>
> | 返回已安装输入法列表。 |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-wifi.md
浏览文件 @
f08f5dd8
此差异已折叠。
点击以展开。
zh-cn/application-dev/reference/apis/js-apis-wifiext.md
浏览文件 @
f08f5dd8
...
...
@@ -57,7 +57,7 @@ getSupportedPowerModel(): Promise<Array<PowerModel>>
**返回值:**
| 类型 | 说明 |
| -------- | -------- |
| Promise
<
Array
<
[PowerModel](#
PowerM
odel)
>>
| Promise对象。表示功率模式。 |
| Promise
<
Array
<
[PowerModel](#
powerm
odel)
>>
| Promise对象。表示功率模式。 |
## PowerModel
...
...
@@ -86,7 +86,7 @@ getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>):
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| callback | AsyncCallback
<
[PowerModel](#
PowerM
odel)
>
| 是 | 回调函数。当操作成功时,err为0,data表示支持的功率模式。如果error为非0,表示处理出现错误。 |
| callback | AsyncCallback
<
[PowerModel](#
powerm
odel)
>
| 是 | 回调函数。当操作成功时,err为0,data表示支持的功率模式。如果error为非0,表示处理出现错误。 |
## wifiext.getPowerModel
...
...
@@ -102,7 +102,7 @@ getPowerModel(): Promise<PowerModel>
**返回值:**
| 类型 | 说明 |
| -------- | -------- |
| Promise
<
[PowerModel](#
PowerM
odel)
>
| Promise对象。表示功率模式。 |
| Promise
<
[PowerModel](#
powerm
odel)
>
| Promise对象。表示功率模式。 |
## wifiext.getPowerModel
...
...
@@ -118,7 +118,7 @@ getPowerModel(callback: AsyncCallback<PowerModel>): void
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| callback | AsyncCallback
<
[PowerModel](#
PowerM
odel)
>
| 是 | 回调函数。当操作成功时,err为0,data表示功率模式。如果error为非0,表示处理出现错误。 |
| callback | AsyncCallback
<
[PowerModel](#
powerm
odel)
>
| 是 | 回调函数。当操作成功时,err为0,data表示功率模式。如果error为非0,表示处理出现错误。 |
## wifiext.setPowerModel
...
...
@@ -134,7 +134,7 @@ setPowerModel(model: PowerModel) : boolean;
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| model | AsyncCallback
<
[PowerModel](#
PowerM
odel)
>
| 是 | 功率模式。 |
| model | AsyncCallback
<
[PowerModel](#
powerm
odel)
>
| 是 | 功率模式。 |
**返回值:**
|
**类型**
|
**说明**
|
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录