Home
last modified time | relevance | path

Searched refs:mGeneric (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp330 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()
[all …]
DIoOveruseConfigs.h137 ComponentSpecificConfig() : mGeneric(defaultThreshold()) {} in ComponentSpecificConfig()
162 android::automotive::watchdog::internal::PerStateIoOveruseThreshold mGeneric; variable