Searched refs:associatedDataCache_ (Results 1 – 3 of 3) sorted by relevance
460 auto it = associatedDataCache_.begin(); in PopDataFromAssociatedDataCache()462 for (; it != associatedDataCache_.end(); ++it) { in PopDataFromAssociatedDataCache()468 associatedDataCache_.erase(toPopedIt); in PopDataFromAssociatedDataCache()508 associatedDataCache_.emplace(uid, item); in GetAssociatedDataFromStorage()516 auto it = associatedDataCache_.find(uid); in GetAssociatedData()525 associatedDataCache_.erase(uid); in GetAssociatedData()1024 associatedDataCache_.erase(uid); in RemoveAssociatedDataCacheByUid()1025 if (associatedDataCache_.empty()) { in RemoveAssociatedDataCacheByUid()1033 auto it = associatedDataCache_.find(uid); in RemoveAssociatedDataCacheByAccount()1037 associatedDataCache_.erase(it); in RemoveAssociatedDataCacheByAccount()[all …]
180 ASSERT_EQ(AppAccountControlManager::GetInstance().associatedDataCache_.empty(), true);
153 std::map<uid_t, AssociatedDataCacheItem> associatedDataCache_; variable