Home
last modified time | relevance | path

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

/system/libvintf/
DManifestHal.cpp122 bool ManifestHal::insertInstances(const std::set<FqInstance>& fqInstances, std::string* error) { in insertInstances() argument
123 for (const FqInstance& e : fqInstances) { in insertInstances()
Dparse_xml.cpp684 std::set<FqInstance> fqInstances; in mutateNode() local
685 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() local
747 if (!parseChildren(root, fqInstanceConverter, &fqInstances, error)) { in buildObject()
750 for (const auto& e : fqInstances) { in buildObject()
756 if (!object->insertInstances(fqInstances, error)) { in buildObject()
/system/libvintf/include/vintf/
DManifestHal.h97 bool insertInstances(const std::set<FqInstance>& fqInstances, std::string* error = nullptr);