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()633 for (const auto& [category, threshold] : mPerCategoryThresholds) { in get()691 if (const auto it = mPerCategoryThresholds.find(packageInfo.appCategoryType); in fetchThreshold()692 it != mPerCategoryThresholds.end()) { in fetchThreshold()702 if (const auto it = mPerCategoryThresholds.find(packageInfo.appCategoryType); in fetchThreshold()703 it != mPerCategoryThresholds.end()) { in fetchThreshold()[all …]
187 mPerCategoryThresholds.clear(); in ~IoOveruseConfigs()264 mPerCategoryThresholds; variable