Searched refs:thirdPartyConfig (Results 1 – 1 of 1) sorted by relevance
596 auto thirdPartyConfig = get(mThirdPartyConfig, kThirdPartyComponentUpdatableConfigs); in get() local597 if (thirdPartyConfig.has_value()) { in get()598 thirdPartyConfig->componentType = ComponentType::THIRD_PARTY; in get()599 resourceOveruseConfigs->emplace_back(std::move(*thirdPartyConfig)); in get()