Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h333 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/
DVintfObject.cpp777 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()
DHalManifest.cpp364 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()