Lines Matching refs:mGeneric
330 mSystemConfig.mGeneric.name != kDefaultThresholdName) {
331 mVendorConfig.mGeneric = mSystemConfig.mGeneric;
332 mVendorConfig.mGeneric.name = toString(ComponentType::VENDOR);
338 mSystemConfig.mGeneric.name != kDefaultThresholdName) {
339 mThirdPartyConfig.mGeneric = mSystemConfig.mGeneric;
340 mThirdPartyConfig.mGeneric.name = toString(ComponentType::THIRD_PARTY);
475 targetComponentConfig->mGeneric = ioOveruseConfiguration.componentLevelThresholds; in update()
604 if (componentSpecificConfig.mGeneric.name == kDefaultThresholdName) { in get()
610 ioOveruseConfiguration.componentLevelThresholds = componentSpecificConfig.mGeneric; in get()
695 return mSystemConfig.mGeneric.perStateWriteBytes; in fetchThreshold()
706 return mVendorConfig.mGeneric.perStateWriteBytes; in fetchThreshold()
712 return mThirdPartyConfig.mGeneric.perStateWriteBytes; in fetchThreshold()