Searched refs:fqInstances (Results 1 – 3 of 3) sorted by relevance
122 bool ManifestHal::insertInstances(const std::set<FqInstance>& fqInstances, std::string* error) { in insertInstances() argument123 for (const FqInstance& e : fqInstances) { in insertInstances()
684 std::set<FqInstance> fqInstances; in mutateNode() local685 hal.forEachInstance([&fqInstances](const auto& manifestInstance) { in mutateNode()686 fqInstances.emplace(manifestInstance.getFqInstanceNoPackage()); in mutateNode()689 appendChildren(root, fqInstanceConverter, fqInstances, d); in mutateNode()746 std::set<FqInstance> fqInstances; in buildObject() local747 if (!parseChildren(root, fqInstanceConverter, &fqInstances, error)) { in buildObject()750 for (const auto& e : fqInstances) { in buildObject()756 if (!object->insertInstances(fqInstances, error)) { in buildObject()
97 bool insertInstances(const std::set<FqInstance>& fqInstances, std::string* error = nullptr);