Lines Matching refs:level
7 …level based on the current battery power, such as the full battery level, high battery level, low …
12 The configuration path for battery level customization is subject to the [configuration policy](htt…
28 …nharmony/vendor_hihope/tree/master/rk3568) as an example to illustrate battery level customization.
32 2. Create a target folder by referring to the [default folder of battery level configuration](https…
40 …native/profile/battery_config.json) file in the default folder of battery level configuration. For…
56 **Table 1** Battery level configuration
60 | shutdown | 5 | Power-off battery level|
61 | critical | 10 | Extremely low battery level|
62 | warning | 15 | Alarm battery level|
63 | low | 30 | Low battery level|
64 | normal | 60 | Normal battery level|
65 | high | 90 | High battery level|
66 | full | 100 | Full battery level|
69 …r/services/native/profile/BUILD.gn) file in the default folder of battery level configuration to p…
118 2. Go to the custom battery level configuration directory. The path of DAYU200 is used as an exampl…
123 …rting of the battery power change, and check whether the returned battery level is correct. The fo…
129 2. Report the battery power change to obtain the current battery level.
133 3. Check whether the battery level is correct.
142 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
153 5. Report the battery power change to obtain the current battery level.
157 6. Check whether the battery level is correct.
166 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
177 8. Report the battery power change to obtain the current battery level.
181 9. Check whether the battery level is correct.
190 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
201 11. Report the battery power change to obtain the current battery level.
205 12. Check whether the battery level is correct.
214 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
225 14. Report the battery power change to obtain the current battery level.
229 15. Check whether the battery level is correct.
238 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
249 17. Report the battery power change to obtain the current battery level.
253 18. Check whether the battery level is correct.
262 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
273 20. Report the battery power change to obtain the current battery level.
277 21. Check whether the battery level is correct.
286 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
294 During development, you can refer to the [default battery level configuration](https://gitee.com/op…