Home
last modified time | relevance | path

Searched refs:shellBackTemp (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DShellBackTempLineChartPage.ets24 @State shellBackTemp: number= 0 //数值
28 private floatName: string= "shellBackTemp"
39 if (globalThis.shellBackTemp== undefined) {
40 this.shellBackTemp = 0
42 this.shellBackTemp = globalThis.shellBackTemp
43 console.log("shellBackTemp---------------------" + this.shellBackTemp)
44 if (this.shellBackTemp == 0) {
47 console.log("shellBackTemp---------------------" + this.shellBackTemp)
48 let lineCount: number = parseInt(this.shellBackTemp.toString())/ 1e3
49 console.log("shellBackTemp---------------------lineCount:" + lineCount)
[all …]
DTitleWindowPage.ets87 globalThis.shellBackTemp = that.tIndexInfo.shellFrameTemp
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets138 public shellBackTemp: String;
270 this.shellBackTemp = shellBack
327 this.shellBackTemp = shellBack
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts229 … let shellBackTemp = resultSet.getString(resultSet.getColumnIndex("shellBackTemp")) variable
275 …shellFrameTemp, shellFrontTemp, shellBackTemp, socThermalTemp, systemHTemp, gpuTemp, ambientTemp, …
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DTemperature.ets622 if (gpDataCur.shellBackTemp == "") {
625 …values.add(new EntryOhos(Number(index).valueOf(), Number(gpDataCur.shellBackTemp).valueOf() / 1000…