Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
f1d0fd8b
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看板
未验证
提交
f1d0fd8b
编写于
7月 19, 2023
作者:
O
openharmony_ci
提交者:
Gitee
7月 19, 2023
浏览文件
操作
浏览文件
下载
差异文件
!21061 【IPC&RPC】接口一致性修改
Merge pull request !21061 from Lixiaoying25/master
上级
01c9acaa
735870bc
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
5 addition
and
26 deletion
+5
-26
zh-cn/application-dev/reference/apis/js-apis-rpc.md
zh-cn/application-dev/reference/apis/js-apis-rpc.md
+5
-26
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-rpc.md
浏览文件 @
f1d0fd8b
...
...
@@ -292,14 +292,6 @@ setSize(size: number): void
| ------ | ------ | ---- | ------ |
| size | number | 是 | MessageSequence实例的数据大小。以字节为单位。 |
**错误码:**
以下错误码的详细介绍请参见
[
ohos.rpc错误码
](
../errorcodes/errorcode-rpc.md
)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 1900009 | write data to message sequence failed |
**示例:**
```
ts
...
...
@@ -333,7 +325,6 @@ setCapacity(size: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 1900009 | write data to message sequence failed |
| 1900011 | parcel memory alloc failed |
**示例:**
...
...
@@ -460,12 +451,6 @@ rewindRead(pos: number): void
| ------ | ------ | ---- | ------- |
| pos | number | 是 | 开始读取数据的目标位置。 |
**错误码:**
| 错误码ID | 错误信息 |
| -------- | -------- |
| 1900010 | read data from message sequence failed |
**示例:**
```
ts
...
...
@@ -498,12 +483,6 @@ rewindWrite(pos: number): void
| ------ | ------ | ---- | ----- |
| pos | number | 是 | 开始写入数据的目标位置。 |
**错误码:**
| 错误码ID | 错误信息 |
| -------- | -------- |
| 1900009 | write data to message sequence failed |
**示例:**
```
ts
...
...
@@ -2944,8 +2923,8 @@ writeAshmem(ashmem: Ashmem): void
以下错误码的详细介绍请参见
[
ohos.rpc错误码
](
../errorcodes/errorcode-rpc.md
)
| 错误码ID | 错误信息 |
| -------- | -------
-
|
| 190000
9 | write data to message sequence
failed |
| -------- | ------- |
| 190000
3 | write to ashmem
failed |
**示例:**
...
...
@@ -2986,7 +2965,7 @@ readAshmem(): Ashmem
| 错误码ID | 错误信息 |
| -------- | -------- |
| 19000
10 | read data from message sequence
failed |
| 19000
04 | read from ashmem
failed |
**示例:**
...
...
@@ -5958,7 +5937,7 @@ registerDeathRecipient(recipient: DeathRecipient, flags: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 190000
5 | only proxy object permitte
d |
| 190000
8 | proxy or remote object is invali
d |
### addDeathrecipient<sup>(deprecated)</sup>
...
...
@@ -6004,7 +5983,7 @@ unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 190000
5 | only proxy object permitte
d |
| 190000
8 | proxy or remote object is invali
d |
### removeDeathRecipient<sup>(deprecated)</sup>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录