Home
last modified time | relevance | path

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

/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp307 thermalLvl_ = level; in SetThermalLevel()
318 .append("_").append(std::to_string(thermalLvl_)); in DoPerfRequestThremalLvl()
328 if (perfLvlAction->thermalLvl_ <= (*iter)->thermalLvl_ && (*iter)->thermalLvl_ <= thermalLvl_) { in DoPerfRequestThremalLvl()
332 if (thermalLvl_ < actionConfig->thermalLvl_) { in DoPerfRequestThremalLvl()
338 perfLvlAction->thermalLvl_ = actionConfig->thermalLvl_; in DoPerfRequestThremalLvl()
[all...]
H A Dsocperf_config.cpp607 action->thermalLvl_ = GetXmlIntProp(grandson, "thermalLvl"); in TraversalBoostResource()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h50 int32_t thermalLvl_ = MIN_THERMAL_LVL; member in OHOS::SOCPERF::SocPerf
H A Dsocperf_common.h116 int32_t thermalLvl_ = MIN_THERMAL_LVL; member in OHOS::SOCPERF::Action
/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp666 EXPECT_EQ(socPerfServer_->socPerf.thermalLvl_, 3); in HWTEST_F()
721 (*item).thermalLvl_ = minThermalLvl; in HWTEST_F()

Completed in 5 milliseconds