Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp295 thermalLvl_ = level; in SetThermalLevel()
306 .append("_").append(std::to_string(thermalLvl_)); in DoPerfRequestThremalLvl()
316 … if (perfLvlAction->thermalLvl_ <= (*iter)->thermalLvl_ && (*iter)->thermalLvl_ <= thermalLvl_) { in DoPerfRequestThremalLvl()
320 if (thermalLvl_ < actionConfig->thermalLvl_) { in DoPerfRequestThremalLvl()
326 perfLvlAction->thermalLvl_ = actionConfig->thermalLvl_; in DoPerfRequestThremalLvl()
347 if (action->thermalCmdId_ != INVALID_THERMAL_CMD_ID && thermalLvl_ > MIN_THERMAL_LVL) { in DoFreqActions()
H A Dsocperf_config.cpp520 action->thermalLvl_ = GetXmlIntProp(grandson, "thermalLvl"); in TraversalBoostResource()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h50 int32_t thermalLvl_ = MIN_THERMAL_LVL; variable
H A Dsocperf_common.h111 int32_t thermalLvl_ = MIN_THERMAL_LVL; variable
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp666 EXPECT_EQ(socPerfServer_->socPerf.thermalLvl_, 3);
721 (*item).thermalLvl_ = minThermalLvl;