Lines Matching refs:power
7 …power mode feature, which offers the following options: normal mode, performance mode, power-savin…
11 OpenHarmony supports the following four power modes, each of which corresponds to the specified pow…
13 - Normal mode: default power mode, in which the system brightness, screen-off time, and sleep time …
15 - Performance mode: power mode that emphasizes on the performance, such as increasing the system br…
17 - Power-saving mode: power mode that emphasizes on power saving, such as decreasing the system brig…
19 - Super power-saving mode: power mode that emphasizes on ultimate power saving, such as greatly dec…
40 …openharmony/vendor_hihope/tree/master/rk3568) as an example to illustrate power mode customization.
44 2. Create a target folder by referring to the [default power mode configuration folder](https://git…
52 …master/services/native/profile/power_mode_config.xml) file in the default power mode configuration…
54 The **proxy** node is used to configure the power mode.
62 | Super power-saving mode| 603 |
64 The **switch** node is used to configure items of the power mode.
90 …manager/blob/master/services/native/profile/BUILD.gn) file in the default power mode configuration…
147 2. Set the power mode to the normal mode, and verify the setting.
149 1. Set the power mode to the normal mode.
152 power-shell setmode 600
155 2. Check whether the setting of the power mode is successful.
180 3. Set the power mode to the power-saving mode, and verify the setting.
182 1. Set the power mode to the power-saving mode.
185 power-shell setmode 601
188 2. Check whether the setting of the power mode is successful.
213 4. Set the power mode to the performance mode, and verify the setting.
215 1. Set the power mode to the performance mode.
218 power-shell setmode 602
221 2. Check whether the setting of the power mode is successful.
246 5. Set the power mode to the super power-saving mode, and verify the setting.
248 1. Set the power mode to the super power-saving mode.
251 power-shell setmode 603
254 2. Check whether the setting of the power mode is successful.
281 During development, you can refer to the [default power mode configuration](https://gitee.com/openh…