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

!3277 #I52UXS完成,请审批

Merge pull request !3277 from Annie_wang/PR3260
# Connectivity
- [IPC & RPC](ipc-rpc.md)
- [IPC & RPC]
- [IPC & RPC Overview](ipc-rpc-overview.md)
- [IPC & RPC Development Guidelines](ipc-rpc-development-guideline.md)
- [IPC & RPC Development](ipc-rpc-development-guideline.md)
- [Subscribing to State Changes of a Remote Object](subscribe-remote-state.md)
# IPC & RPC Development Guidelines<a name="EN-US_TOPIC_0000001103710988"></a>
# IPC & RPC Development<a name="EN-US_TOPIC_0000001103710988"></a>
## When to Use<a name="section18502174174019"></a>
......
......@@ -1243,7 +1243,7 @@ Obtains the connection status of the profile.
| | |
| ------------------------------------------------- | ----------------------- |
| Type | Description |
| [ProfileConnectionState](#profileconnectionState) | Profile connection state obtained. |
| [ProfileConnectionState](#profileconnectionstate) | Profile connection state obtained. |
## A2dpSourceProfile
......
......@@ -924,7 +924,7 @@ Updates a key. This method uses an asynchronous callback to return the result.
| handle | number | Yes | Handle of the **Update** operation.|
| token | Uint8Array | No| Token of the **Update** operation.|
| options | [HuksOptions](#huksoptions) | Yes | Parameter set of the **Update** operation.|
| callback | AsyncCallback\<[HksResult](#hksresult)> | Yes| Callback used to return the operation result.|
| callback | AsyncCallback\<[HuksResult](#huksresult)> | Yes| Callback used to return the operation result.|
**Example**
......
......@@ -110,7 +110,7 @@ The Access Control List (ACL) makes low-level apps to have high-level permission
The APL of app A is normal. App A needs to have permission B (system_basic level) and permission C (normal level). In this case, you can use the ACL to grant permission B to app A.
For details, see [Using the ACL](#usingacl).
For details, see [Using the ACL](#using-the-acl).
## Permission Authorization Modes
......@@ -128,7 +128,7 @@ Permissions can be classified into the following types based on the authorizatio
This type of permissions must be declared in the app installation package and authorized by users dynamically during the running of the app. The app has the permission only after user authorization.
For example, in the [Permission List](#permissionlist), the permissions for the microphone and camera are user_grant permissions. The list provides reasons for using the permissions.
For example, in the [Permission List](#permission-list), the permissions for the microphone and camera are user_grant permissions. The list provides reasons for using the permissions.
The user_grant permission list must also be presented on the details page of the app store.
......@@ -166,7 +166,7 @@ The procedure is as follows:
If the permission required by an app has higher level than the app's APL, you can use the ACL to grant the permissions required.
In addition to the preceding [authorization processes](#authorizationprocesses), you need to declare the ACL.
In addition to the preceding [authorization processes](#authorization-processes), you need to declare the ACL.
In addition to declaring the required permissions in the **config.json** file, you must declare the high-level permissions in the app's [profile](accesstoken-guidelines.md). The subsequent steps remain unchanged.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册