Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
64d59bb5
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看板
未验证
提交
64d59bb5
编写于
4月 06, 2023
作者:
O
openharmony_ci
提交者:
Gitee
4月 06, 2023
浏览文件
操作
浏览文件
下载
差异文件
!16944 Add changeLog for usb service
Merge pull request !16944 from 王易朋/master
上级
b3ac5485
73d12ac4
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
34 addition
and
1 deletion
+34
-1
zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.1/changelogs-usb.md
...se-notes/changelogs/OpenHarmony_4.0.2.1/changelogs-usb.md
+11
-1
zh-cn/release-notes/changelogs/OpenHarmony_4.0.6.1/changelogs-usb.md
...se-notes/changelogs/OpenHarmony_4.0.6.1/changelogs-usb.md
+23
-0
未找到文件。
zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.1/changelogs-usb.md
浏览文件 @
64d59bb5
USB管理 c
hangeLog
# USB服务子系统C
hangeLog
## cl.usb_manager.1 系统接口变更
...
...
@@ -13,6 +13,16 @@ USB系统API运行时鉴权,异步接口以Promise reject形式抛出错误码
| ohos.usbV9.d.ts | function setCurrentFunctions(funcs: FunctionType): Promise
<boolean>
; | function setCurrentFunctions(funcs: FunctionType): Promise
<void>
; |
| ohos.usbV9.d.ts | function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise
<boolean>
; | function setPortRoles(portId: number, powerRole: PowerRoleType, dataRole: DataRoleType): Promise
<void>
; |
## cl.usb_manager.2 sdk接口删除
继OpenHarmony 4.0.5.5版本3.30之后,@ohos.usbV9.d.ts文件已删除。
后续需要import @ohos.usbManager才能使用USB服务的接口:
```
ts
import
usbManager
from
'
@ohos.usbManager
'
;
```
**适配指导**
请参考各接口的
[
API参考
](
../../../application-dev/reference/errorcodes/errorcode-universal.md
)
\ No newline at end of file
zh-cn/release-notes/changelogs/OpenHarmony_4.0.6.1/changelogs-usb.md
0 → 100644
浏览文件 @
64d59bb5
# USB服务子系统ChangeLog
## cl.usb_manager.1 sdk接口删除
基于此前版本开发的应用,需修改导入的包名,否则会影响原有业务逻辑。
**关键接口/组件变更**
@ohos.usbV9.d.ts文件已删除,由@ohos.usbManager.d.ts替代。
| 新包名 | 旧包名 | 已删除包名 |
| -------------------- | ------------- | --------------- |
| ohos.usbManager.d.ts | ohos.usb.d.ts | ohos.usbV9.d.ts |
后续需要import @ohos.usbManager才能使用USB服务的接口:
```
ts
import
usbManager
from
'
@ohos.usbManager
'
;
```
**适配指导**
请参考各接口的
[
API参考
](
../../../application-dev/reference/errorcodes/errorcode-universal.md
)
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录