Lines Matching refs:thermal

7thermal scene feature. During device usage, for example, gaming, photographing, or calling, the sy…
27 …penharmony/vendor_hihope/tree/master/rk3568) as an example to illustrate thermal scene customizati…
29 1. Create the `thermal` folder in the product directory [/vendor/hihope/rk3568](https://gitee.com/o…
31thermal scene configuration folder](https://gitee.com/openharmony/powermgr_thermal_manager/tree/ma…
39 …/services/native/profile/thermal_service_config.xml) file in the default thermal scene configurati…
41 **Table 1** Configuration items for the thermal scene
45 …| name="scene" | One or more thermal scenes specified by enum values.| param | Available thermal s…
47 …**screen** and **charge** indicate the thermal status of the application; and specifically, whethe…
56 …rnal system can call the **UpdateThermalState** API of the thermal service to set the thermal stat…
64 | isImmed | Whether to update the thermal control action value immediately.| bool |
66 …anager/blob/master/services/native/profile/BUILD.gn) file in the default thermal scene configurati…
91 …"//vendor/hihope/rk3568/thermal/profile:thermal_service_config", // Add the configuration for buil…
98 …In the preceding code, `//vendor/hihope/rk3568/thermal/` is the folder path, `profile` is the fold…
115 2. Obtain the current thermal scene information.
120 The following is the reference thermal scene result after customization:
132 During development, you can refer to the [default thermal scene configuration](https://gitee.com/op…