Searched refs:mPerCategoryThresholds (Results 1 – 2 of 2) sorted by relevance
303 mPerCategoryThresholds({}),357 mPerCategoryThresholds.clear(); in updatePerCategoryThresholds()373 if (const auto& it = mPerCategoryThresholds.find(category); in updatePerCategoryThresholds()374 it != mPerCategoryThresholds.end()) { in updatePerCategoryThresholds()378 mPerCategoryThresholds[category] = categoryThreshold; in updatePerCategoryThresholds()635 for (const auto& [category, threshold] : mPerCategoryThresholds) { in get()693 if (const auto it = mPerCategoryThresholds.find(packageInfo.appCategoryType); in fetchThreshold()694 it != mPerCategoryThresholds.end()) { in fetchThreshold()704 if (const auto it = mPerCategoryThresholds.find(packageInfo.appCategoryType); in fetchThreshold()705 it != mPerCategoryThresholds.end()) { in fetchThreshold()[all …]
193 mPerCategoryThresholds.clear(); in ~IoOveruseConfigs()276 mPerCategoryThresholds; variable