Searched refs:CacheItem (Results 1 – 7 of 7) 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",
290 private final LongSparseArray<CacheItem> mCaches = new LongSparseArray<>();299 mCaches.put(changeId, new CacheItem(mPlatformCompat, changeId)); in PlatformCompatCache()336 static class CacheItem implements CompatChange.ChangeListener { class in OomAdjuster.PlatformCompatCache344 CacheItem(PlatformCompat platformCompat, long changeId) { in CacheItem() method in OomAdjuster.PlatformCompatCache.CacheItem
8241 HSPLcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;-><init>(Lcom/android/server/co…8242 HSPLcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;->invalidate(Landroid/content/p…8243 HSPLcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;->isChangeEnabled(Landroid/cont…8245 …ver/am/OomAdjuster$PlatformCompatCache$CacheItem;Lcom/android/server/am/OomAdjuster$PlatformCompat…8246 …ver/am/OomAdjuster$PlatformCompatCache$CacheItem;Lcom/android/server/am/OomAdjuster$PlatformCompat…8247 …ver/am/OomAdjuster$PlatformCompatCache$CacheItem;Lcom/android/server/am/OomAdjuster$PlatformCompat…52432 Lcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;