Searched refs:childrenMap (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/include/vintf/ |
D | VintfObject.h | 333 const ChildrenMap& childrenMap, std::string* appendedError); 338 const ChildrenMap& childrenMap, std::string* appendedError); 343 const std::shared_ptr<const HalManifest>& halManifest, const ChildrenMap& childrenMap);
|
/system/libvintf/ |
D | VintfObject.cpp | 777 const ChildrenMap& childrenMap, std::string* appendedError) { in IsHalDeprecated() argument 781 deviceManifest, childrenMap, appendedError)) { in IsHalDeprecated() 797 const ChildrenMap& childrenMap, std::string* appendedError) { in IsInstanceDeprecated() argument 814 interface, servedInstance, deviceManifest, childrenMap); in IsInstanceDeprecated() 880 const std::shared_ptr<const HalManifest>& deviceManifest, const ChildrenMap& childrenMap) { in GetListedInstanceInheritance() argument 896 auto childRange = childrenMap.equal_range(fqName); in GetListedInstanceInheritance() 1016 std::multimap<std::string, std::string> childrenMap; in checkDeprecation() local 1019 childrenMap.emplace(parent, child.name); in checkDeprecation() 1033 childrenMap, error)) { in checkDeprecation()
|
D | HalManifest.cpp | 364 std::multimap<std::string, std::string> childrenMap; in checkUnusedHals() local 367 childrenMap.emplace(parent, child.name); in checkUnusedHals() 373 forEachInstance([&ret, &mat, &childrenMap](const auto& manifestInstance) { in checkUnusedHals() 386 childrenMap.equal_range(manifestInstance.getFqInstance().getFqNameString()); in checkUnusedHals()
|