Lines Matching refs:thermal

29 …endor/hihope/rk3568)](https://gitee.com/openharmony/vendor_hihope/tree/master/rk3568)下创建thermal文件夹。
31 …ony/drivers_peripheral/tree/master/thermal/interfaces/hdi_service/profile)创建目标文件夹,并安装到`//vendor/hi…
39 …e.com/openharmony/drivers_peripheral/tree/master/thermal/etc)创建目标文件夹,并安装到`//vendor/hihope/rk3568/t…
43 ├── thermal.para
44 ├── thermal.para.dac
47 …config.xml](https://gitee.com/openharmony/drivers_peripheral/blob/master/thermal/interfaces/hdi_se…
59 | title | path | 获取thermal zone名称的路径 |
60 | title | name | thermal zone名称 |
61 | value | path | 获取thermal zone温度的路径 |
64 <tracing outpath="/data/log/thermal-log">
66 <title path="sys/class/thermal/thermal_zone0/type"/>
67 <value path="sys/class/thermal/thermal_zone0/temp"/>
70 <title name="gpu-thermal"/>
71 <value path="sys/class/thermal/thermal_zone1/temp"/>
76thermal.para](https://gitee.com/openharmony/drivers_peripheral/blob/master/thermal/etc/thermal.par…
78 thermal.para:
80 persist.thermal.log.enable=true # 打开thermal log
81 persist.thermal.log.interval=5000 # 温度跟踪日志的时间间隔,单位为毫秒
82 persist.thermal.log.width=20 # 温度跟踪日志的宽度,单位为字符
85 thermal.para.dac:
87 persist.thermal.log.="power_host:power_host:500" # 控制访问权限
90 6. 参考[默认热日志配置文件夹中的BUILD.gn](https://gitee.com/openharmony/drivers_peripheral/blob/master/thermal/in…
103 …ivers_peripheral/blob/master/thermal/etc/BUILD.gn)编写BUILD.gn文件,将thermal.para和thermal.para.dac打包到`/…
108 ## Install thermal.para to /vendor/etc/param/thermal.para
110 ohos_prebuilt_etc("thermal.para") {
111 source = "thermal.para"
117 ohos_prebuilt_etc("thermal.para.dac") {
118 source = "thermal.para.dac"
126 ":thermal.para",
127 ":thermal.para.dac",
144 … "//vendor/hihope/rk3568/thermal/profile:thermal_hdf_config", // 添加thermal_hdf_config的编译
145 …"//vendor/hihope/rk3568/thermal/etc:param_files" // 添加thermal.para和thermal.para.dac的编译
152 …“//vendor/hihope/rk3568/thermal/”为文件夹路径,“profile”、“etc”为创建的文件夹名字,“thermal_hdf_config”、“param_files…
171 cd /data/log/thermal/
176 cat thermal.000.20170805-175756
181 timestamp soc-thermal gpu-thermal
196 …/tree/master/thermal/interfaces/hdi_service/profile/) 和[默认热日志的参数配置源码路径](https://gitee.com/openharm…