Searched refs:mSystemConfig (Results 1 – 2 of 2) sorted by relevance
298 mSystemConfig({}), in IoOveruseConfigs()330 mSystemConfig.mGeneric.name != kDefaultThresholdName) {331 mVendorConfig.mGeneric = mSystemConfig.mGeneric;338 mSystemConfig.mGeneric.name != kDefaultThresholdName) {339 mThirdPartyConfig.mGeneric = mSystemConfig.mGeneric;435 targetComponentConfig = &mSystemConfig; in updateFromAidlConfig()584 auto systemConfig = get(mSystemConfig, kSystemComponentUpdatableConfigs); in get()688 if (const auto it = mSystemConfig.mPerPackageThresholds.find( in fetchThreshold()690 it != mSystemConfig.mPerPackageThresholds.end()) { in fetchThreshold()697 return mSystemConfig.mGeneric.perStateWriteBytes; in fetchThreshold()[all …]
263 ComponentSpecificConfig mSystemConfig; variable