Home
last modified time | relevance | path

Searched defs:idmap (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DPrettyPrintVisitorTests.cpp45 const auto idmap = Idmap::FromContainers(**target, **overlay, TestConstants::OVERLAY_NAME_DEFAULT, in TEST() local
66 const auto idmap = Idmap::FromBinaryStream(raw_stream); in TEST() local
H A DRawPrintVisitorTests.cpp58 const auto idmap = Idmap::FromContainers(**target, **overlay, TestConstants::OVERLAY_NAME_DEFAULT, in TEST() local
108 const auto idmap = Idmap::FromBinaryStream(raw_stream); in TEST() local
H A DIdmap2BinaryTests.cpp56 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap()
104 const auto idmap = Idmap::FromBinaryStream(fin); in TEST_F() local
H A DIdmapTests.cpp142 const auto idmap = std::move(*result); in TEST() local
202 auto& idmap = *idmap_result; in TEST() local
231 auto& idmap = *idmap_result; in TEST() local
288 auto& idmap = *idmap_result; in TEST() local
355 auto& idmap = *idmap_result; in TEST() local
482 const auto idmap = std::move(*result); in TEST() local
639 const auto idmap = Idmap::FromBinaryStream(stream); in TEST() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerServiceImplTests.java250 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyOk() local
270 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyCertNok() local
287 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyNoConfig() local
303 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyNoRefPkg() local
323 FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyRefPkgNotSystem() local
H A DOverlayManagerServiceImplTestsBase.java497 final IdmapHeader idmap = mIdmapFiles.get(overlayPath); in verifyIdmap() local
/aosp14/frameworks/base/cmds/idmap2/idmap2/
H A DDump.cpp53 const auto idmap = Idmap::FromBinaryStream(fin); in Dump() local
H A DCreate.cpp107 const auto idmap = Idmap::FromContainers(**target, **overlay, overlay_name, fulfilled_policies, in Create() local
H A DCreateMultiple.cpp118 const auto idmap = in CreateMultiple() local
/aosp14/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp184 const auto idmap = Idmap::FromContainers(*GetPointer(*target), **overlay, overlay_name, in createIdmap() local
414 const auto idmap = Idmap::FromBinaryStream(fin); in dumpIdmap() local
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DIdmap.cpp293 std::unique_ptr<Idmap> idmap(new Idmap()); in FromBinaryStream() local
402 std::unique_ptr<Idmap> idmap(new Idmap()); in FromContainers() local
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h225 String8 idmap; member
/aosp14/frameworks/base/cmds/idmap2/self_targeting/
H A DSelfTargeting.cpp158 const auto idmap = Idmap::FromContainers(**target, **overlay, overlayName, in CreateIdmapFile() local
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager.cpp249 Asset* idmap = NULL; in addOverlayPath() local
550 Asset* idmap = openIdmapLocked(ap); in appendPathToResTable() local
H A DResourceTypes.cpp260 static bool assertIdmapHeader(const void* idmap, size_t size) { in assertIdmapHeader()
384 status_t parseIdmap(const void* idmap, size_t size, uint8_t* outPackageId, KeyedVector<uint8_t, Idm… in parseIdmap()
7422 bool ResTable::getIdmapInfo(const void* idmap, size_t sizeBytes, in getIdmapInfo()