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

!9442 rpc 格式修改

Merge pull request !9442 from wangqinxiao/cherry-pick-1663135550
...@@ -66,6 +66,7 @@ writeRemoteObject(object: [IRemoteObject](#iremoteobject)): boolean ...@@ -66,6 +66,7 @@ writeRemoteObject(object: [IRemoteObject](#iremoteobject)): boolean
**系统能力**:SystemCapability.Communication.IPC.Core **系统能力**:SystemCapability.Communication.IPC.Core
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| object | [IRemoteObject](#iremoteobject) | 是 | 要序列化并写入MessageParcel的远程对象。 | | object | [IRemoteObject](#iremoteobject) | 是 | 要序列化并写入MessageParcel的远程对象。 |
...@@ -156,6 +157,7 @@ writeInterfaceToken(token: string): boolean ...@@ -156,6 +157,7 @@ writeInterfaceToken(token: string): boolean
**系统能力**:SystemCapability.Communication.IPC.Core **系统能力**:SystemCapability.Communication.IPC.Core
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| token | string | 是 | 字符串类型描述符。 | | token | string | 是 | 字符串类型描述符。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册