Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 16 of 16) sorted by relevance

/base/powermgr/thermal_manager/application/protector/src/policy/
Dprotector_thermal_zone_info.cpp40 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()
Dthermal_kernel_config_file.cpp150 StrToInt(reinterpret_cast<char*>(xmlThreshold), tziItem.threshold); in ParseSubNode()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dwrite_controller.cpp57 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/
DREADME_zh.md58 <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为回退温度
DREADME.md59 <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/
Dthermal_config_sensor_cluster.cpp105 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()
Dthermal_srv_config_parser.cpp387 StrToInt(thresholds.at(sensorIdx), levelItem.threshold); in ParseLevelThreshold()
/base/update/updater/services/ui/driver/
Dkeys_input_device.cpp48 constexpr auto threshold = 2s; in OnLongKeyPressDown() local
49 std::this_thread::sleep_for(threshold); in OnLongKeyPressDown()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_test.cpp310 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;
Dthermal_config_file_parser.cpp440 StrToInt(thresholds.at(i), levelItem.threshold); in ParseSensorSubnodeInfo()
/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_thermal_zone_info.h29 int32_t threshold; member
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_config_sensor_cluster.h27 int32_t threshold; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dwrite_controller.h32 size_t threshold; member
Dhisysevent.h198 .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/
Dnapi_hisysevent_adapter.cpp133 .threshold = HISYSEVENT_DEFAULT_THRESHOLD, in CheckThenWriteSysEvent()
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_system_test.cpp156 g_temp = info.threshold; in GetSystemTestTemp()