Searched refs:childrenMap (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/libvintf/include/vintf/ |
H A D | VintfObject.h | 341 const ListInstances& listInstances, const ChildrenMap& childrenMap, 346 const ChildrenMap& childrenMap, std::string* appendedError); 351 const ChildrenMap& childrenMap);
|
/aosp12/system/libvintf/ |
H A D | VintfObject.cpp | 667 const ChildrenMap& childrenMap, std::string* appendedError) { in IsHalDeprecated() argument 670 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated() 686 const ChildrenMap& childrenMap, std::string* appendedError) { in IsInstanceDeprecated() argument 710 servedInstance, listInstances, childrenMap); in IsInstanceDeprecated() 756 const ChildrenMap& childrenMap) { in GetListedInstanceInheritance() argument 772 auto childRange = childrenMap.equal_range(fqName.string()); in GetListedInstanceInheritance() 883 std::multimap<std::string, std::string> childrenMap; in checkDeprecation() local 886 childrenMap.emplace(parent, child.name); in checkDeprecation() 898 if (IsHalDeprecated(hal, *targetMatrix, listInstances, childrenMap, error)) { in checkDeprecation()
|
H A D | HalManifest.cpp | 282 std::multimap<std::string, std::string> childrenMap; in checkUnusedHals() local 285 childrenMap.emplace(parent, child.name); in checkUnusedHals() 291 forEachInstance([&ret, &mat, &childrenMap](const auto& manifestInstance) { in checkUnusedHals() 304 childrenMap.equal_range(manifestInstance.getFqInstance().getFqName().string()); in checkUnusedHals()
|