Home
last modified time | relevance | path

Searched refs:CacheItem (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/cmds/installd/
DCacheItem.cpp33 CacheItem::CacheItem(FTSENT* p) { in CacheItem() function in android::installd::CacheItem
39 mParent = static_cast<CacheItem*>(p->fts_parent->fts_pointer); in CacheItem()
52 CacheItem::~CacheItem() { in ~CacheItem()
55 std::string CacheItem::toString() { in toString()
59 std::string CacheItem::buildPath() { in buildPath()
61 CacheItem* parent = mParent; in buildPath()
69 int CacheItem::purge() { in purge()
DCacheItem.h37 class CacheItem {
39 CacheItem(FTSENT* p);
40 ~CacheItem();
55 CacheItem* mParent;
58 DISALLOW_COPY_AND_ASSIGN(CacheItem);
DCacheTracker.cpp115 auto item = std::shared_ptr<CacheItem>(new CacheItem(p)); in loadItemsFrom()
123 auto item = static_cast<CacheItem*>(p->fts_pointer); in loadItemsFrom()
153 auto item = static_cast<CacheItem*>(p->fts_pointer); in loadItemsFrom()
154 auto parent = static_cast<CacheItem*>(p->fts_parent->fts_pointer); in loadItemsFrom()
175 auto cmp = [](std::shared_ptr<CacheItem> left, std::shared_ptr<CacheItem> right) { in loadItems()
DCacheTracker.h59 std::vector<std::shared_ptr<CacheItem>> items;
DAndroid.bp23 "CacheItem.cpp",
/frameworks/base/services/core/java/com/android/server/am/
DPlatformCompatCache.java72 private final LongSparseArray<CacheItem> mCaches = new LongSparseArray<>();
83 mCaches.put(changeId, new CacheItem(mPlatformCompat, changeId)); in PlatformCompatCache()
143 static class CacheItem implements CompatChange.ChangeListener { class in PlatformCompatCache
151 CacheItem(PlatformCompat platformCompat, long changeId) { in CacheItem() method in PlatformCompatCache.CacheItem
/frameworks/base/services/
Dart-profile911 HSPLcom/android/server/am/PlatformCompatCache$CacheItem;->fetchLocked(Landroid/content/pm/Applicati…
912CacheItem;->isChangeEnabled(Landroid/content/pm/ApplicationInfo;)Z+]Lcom/android/server/am/Platfor…
Dart-wear-profile6522 PLcom/android/server/am/PlatformCompatCache$CacheItem;-><init>(Lcom/android/server/compat/PlatformC…
6523 HPLcom/android/server/am/PlatformCompatCache$CacheItem;->fetchLocked(Landroid/content/pm/Applicatio…
6524 HPLcom/android/server/am/PlatformCompatCache$CacheItem;->invalidate(Landroid/content/pm/Application…
6525 HPLcom/android/server/am/PlatformCompatCache$CacheItem;->isChangeEnabled(Landroid/content/pm/Applic…