Searched refs:GetTargetTypeId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/idmap2/tests/ |
D | IdmapTests.cpp | 88 ASSERT_EQ(data->GetTargetTypeId(), 0x02U); in TEST() 108 ASSERT_EQ(types[0]->GetTargetTypeId(), 0x02U); in TEST() 114 ASSERT_EQ(types[1]->GetTargetTypeId(), 0x03U); in TEST() 148 ASSERT_EQ(types[0]->GetTargetTypeId(), 0x02U); in TEST() 154 ASSERT_EQ(types[1]->GetTargetTypeId(), 0x03U); in TEST() 214 ASSERT_EQ(types[0]->GetTargetTypeId(), 0x01U); in TEST() 220 ASSERT_EQ(types[1]->GetTargetTypeId(), 0x02U); in TEST() 251 ASSERT_EQ(types[0]->GetTargetTypeId(), 0x02U); in TEST() 281 ASSERT_EQ(types[0]->GetTargetTypeId(), 0x02U); in TEST() 310 ASSERT_EQ(types[0]->GetTargetTypeId(), 0x02U); in TEST() [all …]
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | RawPrintVisitor.cpp | 64 print(static_cast<uint16_t>(type_entry.GetTargetTypeId()), "target type"); in visit() 74 const ResourceId target_resid = RESID(last_seen_package_id_, type_entry.GetTargetTypeId(), in visit()
|
D | PrettyPrintVisitor.cpp | 60 RESID(last_seen_package_id_, type_entry.GetTargetTypeId(), type_entry.GetEntryOffset() + i); in visit()
|
D | BinaryStreamVisitor.cpp | 69 Write16(type_entry.GetTargetTypeId()); in visit()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | Idmap.h | 166 inline TypeId GetTargetTypeId() const { in GetTargetTypeId() function
|