Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.cpp110 voteRes_ = { HGM_ERROR, { in CalcVote()
145 if (voteRes_.first != EXEC_SUCCESS) { in CalcVote()
156 voteRes_.first, voteRes_.second.min, voteRes_.second.max); in CalcVote()
163 strategyRes = voteRes_.second; in GetVoteRes()
164 return voteRes_.first; in GetVoteRes()
319 voteRes_.first = EXEC_SUCCESS; in UseStrategyNum()
321 OnLightFactor(voteRes_.second); in UseStrategyNum()
332 …if (voteRes_.first = GetAppStrategyConfig(pkgName, voteRes_.second); voteRes_.first == EXEC_SUCCES… in FollowFocus()
333 OnLightFactor(voteRes_.second); in FollowFocus()
354 pkgName.c_str(), voteRes_.second.min, voteRes_.second.max); in UseMax()
[all …]
H A Dhgm_multi_app_strategy.h94 std::pair<HgmErrCode, PolicyConfigData::StrategyConfig> voteRes_ = { HGM_ERROR, { variable