Searched refs:CacheItem (Results 1 – 8 of 8) sorted by relevance
33 CacheItem::CacheItem(FTSENT* p) { in CacheItem() function in android::installd::CacheItem39 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()
37 class CacheItem {39 CacheItem(FTSENT* p);40 ~CacheItem();55 CacheItem* mParent;58 DISALLOW_COPY_AND_ASSIGN(CacheItem);
115 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()
59 std::vector<std::shared_ptr<CacheItem>> items;
23 "CacheItem.cpp",
72 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 PlatformCompatCache151 CacheItem(PlatformCompat platformCompat, long changeId) { in CacheItem() method in PlatformCompatCache.CacheItem
911 HSPLcom/android/server/am/PlatformCompatCache$CacheItem;->fetchLocked(Landroid/content/pm/Applicati…912 …CacheItem;->isChangeEnabled(Landroid/content/pm/ApplicationInfo;)Z+]Lcom/android/server/am/Platfor…
6522 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…