Searched refs:recalcPriority (Results 1 – 3 of 3) sorted by relevance
114 int recalcPriority = mulAcc.RecalcBundlePriority(accountInfo, bundlePriority); variable115 EXPECT_NE(recalcPriority, RECLAIM_PRIORITY_VISIBLE);120 recalcPriority = mulAcc.RecalcBundlePriority(accountInfo, bundlePriority);121 EXPECT_EQ(recalcPriority, RECLAIM_PRIORITY_MAX);
88 …int recalcPriority = MultiAccountManager::GetInstance().RecalcBundlePriority(accountId, bundlePrio… variable90 EXPECT_EQ(recalcPriority, RECLAIM_PRIORITY_FOREGROUND + 50);
131 int recalcPriority = strategy_->RecalcBundlePriority(accountInfo, bundlePriority); in RecalcBundlePriority() local132 if (recalcPriority > RECLAIM_PRIORITY_MAX) { in RecalcBundlePriority()133 recalcPriority = RECLAIM_PRIORITY_MAX; in RecalcBundlePriority()135 if (recalcPriority < RECLAIM_PRIORITY_FOREGROUND) { in RecalcBundlePriority()136 recalcPriority = RECLAIM_PRIORITY_FOREGROUND; in RecalcBundlePriority()138 return recalcPriority; in RecalcBundlePriority()