Searched refs:childrenMap (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 646 const ChildrenMap& childrenMap, std::string* appendedError) { in IsHalDeprecated() argument 649 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated() 665 const ChildrenMap& childrenMap, std::string* appendedError) { in IsInstanceDeprecated() argument 689 servedInstance, listInstances, childrenMap); in IsInstanceDeprecated() 735 const ChildrenMap& childrenMap) { in GetListedInstanceInheritance() argument 751 auto childRange = childrenMap.equal_range(fqName.string()); in GetListedInstanceInheritance() 855 std::multimap<std::string, std::string> childrenMap; in checkDeprecation() local 858 childrenMap.emplace(parent, child.name); in checkDeprecation() 870 if (IsHalDeprecated(hal, *targetMatrix, listInstances, childrenMap, error)) { in checkDeprecation()
|
D | HalManifest.cpp | 273 std::multimap<std::string, std::string> childrenMap; in checkUnusedHals() local 276 childrenMap.emplace(parent, child.name); in checkUnusedHals() 282 forEachInstance([&ret, &mat, &childrenMap](const auto& manifestInstance) { in checkUnusedHals() 295 childrenMap.equal_range(manifestInstance.getFqInstance().getFqName().string()); in checkUnusedHals()
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 323 const ListInstances& listInstances, const ChildrenMap& childrenMap, 328 const ChildrenMap& childrenMap, std::string* appendedError); 333 const ChildrenMap& childrenMap);
|