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

!18352 docs:资料文档一致性检查、示例代码工具扫描问题修改

Merge pull request !18352 from wangwang/master
...@@ -36,7 +36,7 @@ getBatteryStats(): Promise<Array&lt;BatteryStatsInfo&gt;> ...@@ -36,7 +36,7 @@ getBatteryStats(): Promise<Array&lt;BatteryStatsInfo&gt;>
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4600101 | 连接服务失败。 | | 4600101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -72,7 +72,7 @@ getBatteryStats(callback: AsyncCallback<Array&lt;BatteryStatsInfo&gt;>): void ...@@ -72,7 +72,7 @@ getBatteryStats(callback: AsyncCallback<Array&lt;BatteryStatsInfo&gt;>): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4600101 | 连接服务失败。 | | 4600101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -114,7 +114,7 @@ getAppPowerValue(uid: number): number ...@@ -114,7 +114,7 @@ getAppPowerValue(uid: number): number
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4600101 | 连接服务失败。 | | 4600101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -155,7 +155,7 @@ getAppPowerPercent(uid: number): number ...@@ -155,7 +155,7 @@ getAppPowerPercent(uid: number): number
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4600101 | 连接服务失败。 | | 4600101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -196,13 +196,13 @@ getHardwareUnitPowerValue(type: ConsumptionType): number ...@@ -196,13 +196,13 @@ getHardwareUnitPowerValue(type: ConsumptionType): number
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4600101 | 连接服务失败。 | | 4600101 | If connecting to the service failed. |
**示例:** **示例:**
```js ```js
try { try {
var value = batteryStats.getHardwareUnitPowerValue(ConsumptionType.CONSUMPTION_TYPE_SCREEN); var value = batteryStats.getHardwareUnitPowerValue(batteryStats.ConsumptionType.CONSUMPTION_TYPE_SCREEN);
console.info('battery statistics value of hardware is: ' + value); console.info('battery statistics value of hardware is: ' + value);
} catch(err) { } catch(err) {
console.error('get battery statistics percent of hardware failed, err: ' + err); console.error('get battery statistics percent of hardware failed, err: ' + err);
...@@ -237,13 +237,13 @@ getHardwareUnitPowerPercent(type: ConsumptionType): number ...@@ -237,13 +237,13 @@ getHardwareUnitPowerPercent(type: ConsumptionType): number
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4600101 | 连接服务失败。 | | 4600101 | If connecting to the service failed. |
**示例:** **示例:**
```js ```js
try { try {
var percent = batteryStats.getHardwareUnitPowerPercent(ConsumptionType.CONSUMPTION_TYPE_SCREEN); var percent = batteryStats.getHardwareUnitPowerPercent(batteryStats.ConsumptionType.CONSUMPTION_TYPE_SCREEN);
console.info('battery statistics percent of hardware is: ' + percent); console.info('battery statistics percent of hardware is: ' + percent);
} catch(err) { } catch(err) {
console.error('get battery statistics percent of hardware failed, err: ' + err); console.error('get battery statistics percent of hardware failed, err: ' + err);
......
...@@ -36,7 +36,7 @@ setValue(value: number): void ...@@ -36,7 +36,7 @@ setValue(value: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4700101 | 连接服务失败。 | | 4700101 | If connecting to the service failed. |
**示例:** **示例:**
......
...@@ -17,6 +17,8 @@ import charger from '@ohos.charger'; ...@@ -17,6 +17,8 @@ import charger from '@ohos.charger';
表示充电类型的枚举。 表示充电类型的枚举。
**系统接口:** 此接口为系统接口。
**系统能力**:SystemCapability.PowerManager.BatteryManager.Core **系统能力**:SystemCapability.PowerManager.BatteryManager.Core
| 名称 | 值 | 说明 | | 名称 | 值 | 说明 |
......
...@@ -36,7 +36,7 @@ shutdown(reason: string): void ...@@ -36,7 +36,7 @@ shutdown(reason: string): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -72,7 +72,7 @@ reboot(reason: string): void ...@@ -72,7 +72,7 @@ reboot(reason: string): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -98,7 +98,7 @@ isActive(): boolean ...@@ -98,7 +98,7 @@ isActive(): boolean
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -133,7 +133,7 @@ wakeup(detail: string): void ...@@ -133,7 +133,7 @@ wakeup(detail: string): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -161,7 +161,7 @@ suspend(): void ...@@ -161,7 +161,7 @@ suspend(): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -193,7 +193,7 @@ getPowerMode(): DevicePowerMode ...@@ -193,7 +193,7 @@ getPowerMode(): DevicePowerMode
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -231,7 +231,7 @@ setPowerMode(mode: DevicePowerMode, callback: AsyncCallback&lt;void&gt;): void ...@@ -231,7 +231,7 @@ setPowerMode(mode: DevicePowerMode, callback: AsyncCallback&lt;void&gt;): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -275,7 +275,7 @@ setPowerMode(mode: DevicePowerMode): Promise&lt;void&gt; ...@@ -275,7 +275,7 @@ setPowerMode(mode: DevicePowerMode): Promise&lt;void&gt;
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 链接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
......
...@@ -38,7 +38,7 @@ isSupported(type: RunningLockType): boolean; ...@@ -38,7 +38,7 @@ isSupported(type: RunningLockType): boolean;
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -75,7 +75,7 @@ create(name: string, type: RunningLockType, callback: AsyncCallback&lt;RunningLo ...@@ -75,7 +75,7 @@ create(name: string, type: RunningLockType, callback: AsyncCallback&lt;RunningLo
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|----------| |---------|----------|
| 4900101 | 连接服务器失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -118,7 +118,7 @@ create(name: string, type: RunningLockType): Promise&lt;RunningLock&gt; ...@@ -118,7 +118,7 @@ create(name: string, type: RunningLockType): Promise&lt;RunningLock&gt;
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|----------| |---------|----------|
| 4900101 | 连接服务器失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -290,7 +290,7 @@ hold(timeout: number): void ...@@ -290,7 +290,7 @@ hold(timeout: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|----------| |---------|----------|
| 4900101 | 连接服务器失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -326,7 +326,7 @@ unhold(): void ...@@ -326,7 +326,7 @@ unhold(): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|----------| |---------|----------|
| 4900101 | 连接服务器失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -366,7 +366,7 @@ isHolding(): boolean ...@@ -366,7 +366,7 @@ isHolding(): boolean
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4900101 | 连接服务失败。 | | 4900101 | If connecting to the service failed. |
**示例:** **示例:**
......
...@@ -32,7 +32,7 @@ registerThermalLevelCallback(callback: Callback&lt;ThermalLevel&gt;): void ...@@ -32,7 +32,7 @@ registerThermalLevelCallback(callback: Callback&lt;ThermalLevel&gt;): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4800101 | 连接服务失败。 | | 4800101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -67,7 +67,7 @@ unregisterThermalLevelCallback(callback?: Callback\<void>): void ...@@ -67,7 +67,7 @@ unregisterThermalLevelCallback(callback?: Callback\<void>): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4800101 | 连接服务失败。 | | 4800101 | If connecting to the service failed. |
**示例:** **示例:**
...@@ -102,7 +102,7 @@ getLevel(): ThermalLevel ...@@ -102,7 +102,7 @@ getLevel(): ThermalLevel
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
|---------|---------| |---------|---------|
| 4800101 | 连接服务失败。 | | 4800101 | If connecting to the service failed. |
**示例:** **示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册