Searched refs:voteRes_ (Results 1 – 2 of 2) sorted by relevance
110 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 …]
94 std::pair<HgmErrCode, PolicyConfigData::StrategyConfig> voteRes_ = { HGM_ERROR, { variable