Home
last modified time | relevance | path

Searched refs:thermalCmdId_ (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp312 if (socPerfConfig_.perfActionsInfo_[action->thermalCmdId_] == nullptr) { in DoPerfRequestThremalLvl()
313 SOC_PERF_LOGE("cmd %{public}d is not exist", action->thermalCmdId_); in DoPerfRequestThremalLvl()
317 std::string thermalLvlTag = std::string("ThremalLvl_").append(std::to_string(action->thermalCmdId_)) in DoPerfRequestThremalLvl()
323 std::shared_ptr<Actions> cmdConfig = socPerfConfig_.perfActionsInfo_[action->thermalCmdId_]; in DoPerfRequestThremalLvl()
339 perfLvlAction->thermalCmdId_ = INVALID_THERMAL_CMD_ID; in DoPerfRequestThremalLvl()
359 if (action->thermalCmdId_ != INVALID_THERMAL_CMD_ID && thermalLvl_ > MIN_THERMAL_LVL) { in DoFreqActions()
H A Dsocperf_config.cpp608 action->thermalCmdId_ = GetXmlIntProp(grandson, "thermalCmdId"); in TraversalBoostResource()
/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp688 item->thermalCmdId_ = 88888; in HWTEST_F()
692 item->thermalCmdId_ = appWarmStartCmdId; in HWTEST_F()
726 (*item).thermalCmdId_ = appWarmStartCmdId; in HWTEST_F()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h115 int32_t thermalCmdId_ = INVALID_THERMAL_CMD_ID; member in OHOS::SOCPERF::Action

Completed in 5 milliseconds