Lines Matching refs:power

7power consumption statistics feature. However, the power consumption benchmarks vary according to …
11 …se reported events. Then, the power consumption of the software and hardware can be calculated bas…
13power consumption (unit: mA) of the product hardware in various states, for example, the baseline
17 The configuration path for power consumption statistics customization is subject to the [configurat…
33 …openharmony/vendor_hihope/tree/master/rk3568) as an example to illustrate power consumption statis…
38 2. Create a target folder by referring to the [default folder of power consumption statistics confi…
43 …── power_average.json # Configuration file for power consumption statistics, including the hardwar…
46 … the default folder of power consumption statistics configuration. The following table describes t…
48 **Table 1** Description of the configuration items for power consumption benchmarks
51 …m or application once; that is, the baseline power consumption.<br>- Power consumption type: softw…
52 …| Bluetooth | Double | Baseline power consumption when Bluetooth is enabled.<br>- Power consumptio…
53 …n | Bluetooth | Double | Baseline power consumption for Bluetooth scanning.<br>- Power consumption…
54 …oth | Double | Baseline power consumption when Bluetooth Low Energy (BLE) is enabled.<br>- Power c…
55 …ooth | Double | Baseline power consumption for Bluetooth Low Energy (BLE) scanning.<br>- Power con…
56 …ifi_on | WIFI | Double | Baseline power consumption when Wi-Fi is enabled.<br>- Power consumption …
57 …n Wi-Fi scanning is performed once.<br>- Power consumption type: hardware power consumption<br>- S…
58power consumption when the call service is enabled. The value is in array format and is used to co…
59power consumption when the network service is enabled. The value is in array format and is used to…
60 …on | Camera | Double | Baseline power consumption when the camera is enabled.<br>- Power consumpti…
61 …lashlight | Double | Baseline power consumption when the flashlight is enabled.<br>- Power consump…
62 …le | Baseline power consumption when the Global Navigation Satellite System (GNSS) is enabled.<br>…
63 … Sensor | Double | Baseline power consumption when the gravity sensor is enabled.<br>- Power consu…
64 …Sensor | Double | Baseline power consumption when the proximity sensor is enabled.<br>- Power cons…
65 …_on | Audio | Double | Baseline power consumption when the audio is enabled.<br>- Power consumptio…
66power consumption of the screen in the basic state (excluding power consumption generated by scree…
67 …uble | Baseline power consumption when the CPU wakes up the lock from the lock holding state.<br>-…
68 …e | CPU | Double | Baseline power consumption when the CPU is in the idle state.<br>- Power consum…
69 …d | CPU | Double | Baseline power consumption when the CPU is in the sleep state.<br>- Power consu…
70 … | CPU | Double | Baseline power consumption when the CPU is in the active state.<br>- Power consu…
71power consumption of a CPU cluster. The value is in array format and is used to configure the base…
73 …ual hardware name and does not represent the power consumption statistics type. For details about …
75 …tics/blob/master/services/profile/BUILD.gn) file in the default folder of power consumption statis…
109 …In the preceding code, `//vendor/hihope/rk3568/power/battery_statistics/` is the folder path, `pro…
127 2. Run the following command to check whether the `power\_average\_config` file is successfully cre…
133 … The `power\_average\_config` file is successfully created if it exists in `/vendor/etc/profile/`.
148 4. If the information is consistent, run the following command to view the power consumption statis…
154 5. Check the console output for the custom power consumption benchmark information.
156 For example, the default power consumption benchmark information is as follows:
174 …If the power consumption statistics benchmark is set to **camera_on:3000** (default value: **810**…
187 camera_on : 3000.000000 # Set the power consumption benchmark to "camera_on": 3000.
192 6. Check whether the power consumption statistics are calculated according to the custom power cons…
194 …**batterystatistics** module to obtain detailed power consumption information and verify the custo…
198 During development, you can refer to the [default power consumption statistics configuration](https…