提交 5f95836c 编写于 作者: E ester.zhou

Update doc (13227)

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 266f0426
......@@ -5,7 +5,7 @@ For details about the system parameter design principles and definitions, see
[Service Management](../../../device-dev/subsystems/subsys-boot-init-sysparam.md).
> **NOTE**
> - The APIs of this module are no longer maintained since API version 9. It is recommended that you use [@ohos.systemParameterV9](js-apis-system-parameterV9.md) instead.
> - The APIs of this module are no longer maintained since API version 9. It is recommended that you use [@ohos.systemParameterEnhance](js-apis-system-parameterEnhance.md) instead.
> - The initial APIs of this module are supported since API version 6. Newly added APIs will be marked with a superscript to indicate their earliest API version.
> - The APIs provided by this module are system APIs.
> - Third-party applications cannot use the APIs provided by this module, because system parameters each require specific discretionary access control (DAC) and MAC permissions.
......
......@@ -4,7 +4,7 @@
**Error Message**
Want action is null
The action field in the want parameter is null.
**Description**
......@@ -22,7 +22,7 @@ Make sure the **Action** attribute in the **want** object is not null.
**Error Message**
sandbox application can not send common event
A sandbox application cannot send common events.
**Description**
......@@ -40,7 +40,7 @@ Check whether the application used to send a common event is a sandbox applicati
**Error Message**
common event send frequency too high
Too many common events are send in a short period of time.
**Description**
......@@ -58,7 +58,7 @@ Do not send common events too frequently.
**Error Message**
not System services or System app
A third-party application cannot send system common events.
**Description**
......@@ -76,7 +76,7 @@ Make sure the application to send system common events is a system application o
**Error Message**
subscriber can not found
The subscriber is not found.
**Description**
......@@ -94,7 +94,7 @@ Check whether the subscription has already been canceled. If the subscription ha
**Error Message**
userId is invalid
Invalid userId.
**Description**
......@@ -107,11 +107,12 @@ The user ID is different from the system user ID, or the application is not a sy
**Solution**
1. Make sure the current user ID is the same as the system user ID.
2. Make sure the application is a system application or system service.
## 1500007 Failed to Send a Request Through IPC
**Error Message**
message send error
Failed to send the message.
**Description**
......@@ -129,7 +130,7 @@ Do not set up connections frequently. Try again later.
**Error Message**
CEMS error
Failed to read the data.
**Description**
......@@ -147,7 +148,7 @@ Try again later.
**Error Message**
system error
System error.
**Description**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册