Lines Matching refs:resourceOveruseConfigs
216 const std::vector<ResourceOveruseConfiguration>& resourceOveruseConfigs) { in isValidResourceOveruseConfigs() argument
218 for (const auto& resourceOveruseConfig : resourceOveruseConfigs) { in isValidResourceOveruseConfigs()
407 const std::vector<ResourceOveruseConfiguration>& resourceOveruseConfigs) { in update() argument
408 if (const auto result = isValidResourceOveruseConfigs(resourceOveruseConfigs); !result.ok()) { in update()
411 for (const auto& resourceOveruseConfig : resourceOveruseConfigs) { in update()
583 std::vector<ResourceOveruseConfiguration>* resourceOveruseConfigs) const { in get()
587 resourceOveruseConfigs->emplace_back(std::move(*systemConfig)); in get()
593 resourceOveruseConfigs->emplace_back(std::move(*vendorConfig)); in get()
599 resourceOveruseConfigs->emplace_back(std::move(*thirdPartyConfig)); in get()
653 std::vector<ResourceOveruseConfiguration> resourceOveruseConfigs; in writeToDisk() local
654 get(&resourceOveruseConfigs); in writeToDisk()
655 for (const auto resourceOveruseConfig : resourceOveruseConfigs) { in writeToDisk()