Home
last modified time | relevance | path

Searched refs:IsTempRateTrigger (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp338 EXPECT_TRUE(cluster.IsTempRateTrigger(level));
351 EXPECT_TRUE(cluster.IsTempRateTrigger(level));
359 EXPECT_FALSE(cluster.IsTempRateTrigger(level));
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp274 if (!IsTempRateTrigger(level)) { in CheckExtraCondition()
280 bool ThermalConfigSensorCluster::IsTempRateTrigger(uint32_t& level) in IsTempRateTrigger() function in OHOS::PowerMgr::ThermalConfigSensorCluster
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h74 bool IsTempRateTrigger(uint32_t& level);