Searched refs:importantProcs (Results 1 – 1 of 1) sorted by relevance
943 std::map<std::string, int> importantProcs = config_.GetImportantBgApps(); in IsImportantProc() local944 if (importantProcs.count(procName)) { in IsImportantProc()945 dstPriority = importantProcs.at(procName); in IsImportantProc()