Lines Matching refs:thermal
7 …thermal detection feature. A component, for example, the CPU or battery, generates heat while it i…
27 …penharmony/vendor_hihope/tree/master/rk3568) as an example to illustrate thermal detection customi…
29 1. Create the `thermal` folder in the product directory [/vendor/hihope/rk3568](https://gitee.com/o…
31 …thermal detection configuration folder](https://gitee.com/openharmony/drivers_peripheral/tree/mast…
39 …drivers_peripheral/blob/master/thermal/interfaces/hdi_service/profile/thermal_hdi_config.xml) file…
41 **Table 1** Configuration items for thermal detection
50 …| thermal_zone | path | Path for obtaining the thermal zone temperature of an actual node.| string…
52 …| thermal_node | path | Path for obtaining the thermal node temperature of a simulated node.| stri…
61 <thermal_zone type="soc-thermal" path="sys/class/thermal/thermal_zone0/temp"/>
62 <thermal_zone type="gpu-thermal" path="sys/class/thermal/thermal_zone0/temp"/>
65 <thermal_node type="soc" path="data/service/el0/thermal/sensor/soc/temp"/>
66 <thermal_node type="cpu" path="data/service/el0/thermal/sensor/cpu/temp"/>
67 <thermal_node type="ap" path="data/service/el0/thermal/sensor/ap/temp"/>
68 <thermal_node type="pa" path="data/service/el0/thermal/sensor/pa/temp"/>
69 <thermal_node type="ambient" path="data/service/el0/thermal/sensor/ambient/temp"/>
70 <thermal_node type="charger" path="data/service/el0/thermal/sensor/charger/temp"/>
71 <thermal_node type="battery" path="data/service/el0/thermal/sensor/battery/temp"/>
72 <thermal_node type="shell" path="data/service/el0/thermal/sensor/shell/temp"/>
76 …thermal zone temperature in [Thermal Log](../subsystems/subsys-thermal_log.md). For details about …
78 …armony/drivers_peripheral/blob/master/thermal/interfaces/hdi_service/profile/BUILD.gn) file in the…
103 …"//vendor/hihope/rk3568/thermal/profile:thermal_hdf_config", // Add the configuration for building…
110 …In the preceding code, `//vendor/hihope/rk3568/thermal/` is the folder path, `profile` is the fold…
127 2. Obtain the thermal detection result of the thermal zone.
132 …The following is the reference thermal detection result of the thermal zone. The value of **Temper…
138 ········· (Only the thermal detection result is displayed here. Other information is omitted.)
139 Type: gpu-thermal
141 Type: soc-thermal
147 …can refer to the [default thermal detection configuration](https://gitee.com/openharmony/drivers_p…