Searched refs:mGeneric (Results 1 – 2 of 2) sorted by relevance
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()606 if (componentSpecificConfig.mGeneric.name == kDefaultThresholdName) { in get()612 ioOveruseConfiguration.componentLevelThresholds = componentSpecificConfig.mGeneric; in get()697 return mSystemConfig.mGeneric.perStateWriteBytes; in fetchThreshold()[all …]
142 ComponentSpecificConfig() : mGeneric(defaultThreshold()) {} in ComponentSpecificConfig()168 aidl::android::automotive::watchdog::internal::PerStateIoOveruseThreshold mGeneric; variable