Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp308 std::shared_ptr<Action> perfLvlAction = std::make_shared<Action>(); in DoPerfRequestThremalLvl() local
310 perfLvlAction->duration = action->duration; in DoPerfRequestThremalLvl()
316 … if (perfLvlAction->thermalLvl_ <= (*iter)->thermalLvl_ && (*iter)->thermalLvl_ <= thermalLvl_) { in DoPerfRequestThremalLvl()
326 perfLvlAction->thermalLvl_ = actionConfig->thermalLvl_; in DoPerfRequestThremalLvl()
327 perfLvlAction->thermalCmdId_ = INVALID_THERMAL_CMD_ID; in DoPerfRequestThremalLvl()
329 perfLvlAction->variable.push_back(actionConfig->variable[i]); in DoPerfRequestThremalLvl()
331 perfLvlActionCmd->actionList.push_back(perfLvlAction); in DoPerfRequestThremalLvl()