Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp597 auto thirdPartyConfig = get(mThirdPartyConfig, kThirdPartyComponentUpdatableConfigs); in get() local
598 if (thirdPartyConfig.has_value()) { in get()
599 thirdPartyConfig->componentType = ComponentType::THIRD_PARTY; in get()
600 resourceOveruseConfigs->emplace_back(std::move(*thirdPartyConfig)); in get()