Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DResourceMapping.h56 WARN_UNUSED const OverlayResourceMap& GetOverlayToTargetMap() const;
87 inline const OverlayResourceMap& ResourceMapping::GetOverlayToTargetMap() const { in GetOverlayToTargetMap() function
/aosp14/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp98 auto overlay_map = mapping.GetOverlayToTargetMap(); in MappingExists()
185 ASSERT_EQ(res.GetOverlayToTargetMap().size(), 1U); in TEST()
200 ASSERT_EQ(res.GetOverlayToTargetMap().size(), 0U); in TEST()
238 ASSERT_EQ(res.GetOverlayToTargetMap().size(), 0U); in TEST()
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DIdmap.cpp339 for (const auto& mapping : resource_mapping.GetOverlayToTargetMap()) { in FromResourceMapping()