mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-04-03 04:32:05 +00:00
modify js api of powermanger
Signed-off-by: hujun211 <hujun211@huawei.com>
This commit is contained in:
parent
0bb736bb8b
commit
2fb865efd8
2
api/@ohos.batteryInfo.d.ts
vendored
2
api/@ohos.batteryInfo.d.ts
vendored
@ -251,7 +251,7 @@ declare namespace batteryInfo {
|
||||
*/
|
||||
export enum CommonEventBatteryChangedCode {
|
||||
/**
|
||||
* Extra code of charge (SoC).
|
||||
* Extra code of state of charge (SoC).
|
||||
* @since 9
|
||||
*/
|
||||
EXTRA_SOC = 0,
|
||||
|
10
api/@ohos.power.d.ts
vendored
10
api/@ohos.power.d.ts
vendored
@ -96,7 +96,7 @@ declare namespace power {
|
||||
/**
|
||||
* Indicates the power mode of a device.
|
||||
*
|
||||
* @syscap SystemCapability.PowerManager.BatteryManager.Core
|
||||
* @syscap SystemCapability.PowerManager.PowerManager.Core
|
||||
* @since 9
|
||||
*/
|
||||
export enum DevicePowerMode {
|
||||
@ -104,22 +104,22 @@ declare namespace power {
|
||||
* Performance power mode
|
||||
* @since 9
|
||||
*/
|
||||
PERFORMANCE_MODE,
|
||||
MODE_PERFORMANCE,
|
||||
/**
|
||||
* Normal power mode
|
||||
* @since 9
|
||||
*/
|
||||
NORMAL_MODE,
|
||||
MODE_NORMAL,
|
||||
/**
|
||||
* Power save mode
|
||||
* @since 9
|
||||
*/
|
||||
POWER_SAVE_MODE,
|
||||
MODE_POWER_SAVE,
|
||||
/**
|
||||
* Extreme power save mode
|
||||
* @since 9
|
||||
*/
|
||||
EXTREME_SAVE_MODE
|
||||
MODE_EXTREME_POWER_SAVE
|
||||
}
|
||||
}
|
||||
export default power;
|
||||
|
Loading…
x
Reference in New Issue
Block a user