/base/powermgr/thermal_manager/application/protector/src/policy/ |
D | protector_thermal_zone_info.cpp | 40 int32_t nextUptemp = tzItemList_.at(level).threshold; in AscJudgment() 62 int32_t nextUptemp = tzItemList_.at(level).threshold; in DescJudgment() 82 if (curTemp >= tzItemList_.at(i).threshold) { in HandleAscNextUpTemp() 120 int32_t nextUptemp = tzItemList_.at(level).threshold; in HandleAscMinSizeTemp() 123 if (curTemp >= tzItemList_.at(i).threshold) { in HandleAscMinSizeTemp() 138 if (curTemp <= tzItemList_.at(i).threshold) { in HandleDescNextUpTemp() 176 int32_t nextUptemp = tzItemList_.at(level).threshold; in HandleDescMinSizeTemp() 179 if (curTemp <= tzItemList_.at(i).threshold) { in HandleDescMinSizeTemp() 238 infoIter.level, infoIter.threshold, infoIter.thresholdClr); in Dump()
|
D | thermal_kernel_config_file.cpp | 150 StrToInt(reinterpret_cast<char*>(xmlThreshold), tziItem.threshold); in ParseSubNode()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
D | write_controller.cpp | 57 if (stat.count <= param.threshold) { in CheckLimitWritingEvent() 65 param.period, param.threshold, static_cast<long long>(stat.begin.tv_sec), in CheckLimitWritingEvent() 66 static_cast<long long>(cur.tv_sec), stat.count - param.threshold, domain, eventName, func); in CheckLimitWritingEvent()
|
/base/powermgr/thermal_manager/ |
D | README_zh.md | 58 <item level="1" threshold="35000" threshold_clr="33000"/> 59 <item level="2" threshold="37000" threshold_clr="35000"/> 60 <item level="3" threshold="40000" threshold_clr="38000"/> 63 <item level="1" threshold="48000,60000" threshold_clr="45000,55000"/> 107 │ └── item # item目录,配置具体档位信息,level为等级,threshold为触发温度,xxx_clr为回退温度
|
D | README.md | 59 <item level="1" threshold="35000" threshold_clr="33000"/> 60 <item level="2" threshold="37000" threshold_clr="35000"/> 61 <item level="3" threshold="40000" threshold_clr="38000"/> 64 <item level="1" threshold="48000,60000" threshold_clr="45000,55000"/> 108 …ture level information. Wherein, level indicates the temperature level, threshold indicates the tr…
|
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
D | thermal_config_sensor_cluster.cpp | 105 int32_t nextUptemp = levItems.at(level).threshold; in AscJudgment() 108 if (curTemp < levItems.at(i).threshold) { in AscJudgment() 133 int32_t nextUptemp = levItems.at(level).threshold; in AscJudgment() 136 if (curTemp >= levItems.at(i).threshold) { in AscJudgment() 150 int32_t nextUptemp = levItems.at(level).threshold; in DescJudgment() 153 if (curTemp > levItems.at(i).threshold) { in DescJudgment() 178 int32_t nextUptemp = levItems.at(level).threshold; in DescJudgment() 181 if (curTemp <= levItems.at(i).threshold) { in DescJudgment()
|
D | thermal_srv_config_parser.cpp | 387 StrToInt(thresholds.at(sensorIdx), levelItem.threshold); in ParseLevelThreshold()
|
/base/update/updater/services/ui/driver/ |
D | keys_input_device.cpp | 48 constexpr auto threshold = 2s; in OnLongKeyPressDown() local 49 std::this_thread::sleep_for(threshold); in OnLongKeyPressDown()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_service_test.cpp | 310 item1.threshold = 0; 312 item2.threshold = 0; 326 levItems1.at(INDEX1).threshold = 3; 334 levItems1.at(INDEX1).threshold = 2; 375 item.threshold = 1; 399 item1.threshold = 1; 401 item2.threshold = 1; 417 levItems.at(INDEX1).threshold = 0; 458 item.threshold = 2;
|
D | thermal_config_file_parser.cpp | 440 StrToInt(thresholds.at(i), levelItem.threshold); in ParseSensorSubnodeInfo()
|
/base/powermgr/thermal_manager/application/protector/include/policy/ |
D | protector_thermal_zone_info.h | 29 int32_t threshold; member
|
/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
D | thermal_config_sensor_cluster.h | 27 int32_t threshold; member
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
D | write_controller.h | 32 size_t threshold; member
|
D | hisysevent.h | 198 .threshold = HISYSEVENT_THRESHOLD, 200 .threshold = HISYSEVENT_DEFAULT_THRESHOLD, 220 .threshold = HISYSEVENT_THRESHOLD, 222 .threshold = HISYSEVENT_DEFAULT_THRESHOLD,
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
D | napi_hisysevent_adapter.cpp | 133 .threshold = HISYSEVENT_DEFAULT_THRESHOLD, in CheckThenWriteSysEvent()
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
D | thermal_mgr_system_test.cpp | 156 g_temp = info.threshold; in GetSystemTestTemp()
|