Home
last modified time | relevance | path

Searched defs:updatesToDelete (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/selectionpolicy/
H A DReaperSelectionPolicyFilterAwareTest.kt24 val updatesToDelete = selectionPolicy.selectUpdatesToDelete(listOf(update1), update1, null) in testSelectUpdatesToDelete_onlyOneUpdate() constant
30 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_olderUpdates() constant
43 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_newerUpdates() constant
53 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_olderAndNewerUpdates() constant
70 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_differentScopeKey() constant
H A DReaperSelectionPolicyDevelopmentClientTest.kt33 val updatesToDelete = in testSelectUpdatesToDelete_BasicCase() constant
52 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_SameLastAccessedDate() constant
69 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_LaunchedUpdateIsOldest() constant
81 val updatesToDelete = selectionPolicy.selectUpdatesToDelete( in testSelectUpdatesToDelete_NoLaunchedUpdate() constant
H A DSelectionPolicyFilterAwareTest.kt55 …val updatesToDelete = selectionPolicy.selectUpdatesToDelete(listOf(updateRollout0, updateDefault1,… in testSelectUpdatesToDelete_SecondNewestMatching() constant
67 …val updatesToDelete = selectionPolicy.selectUpdatesToDelete(listOf(updateDefault1, updateDefault2,… in testSelectUpdatesToDelete_NoneOlderMatching() constant
/expo/packages/expo-updates/ios/Tests/
H A DReaperSelectionPolicyFilterAwareSpec.swift102 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update3, updates: [updat… in spec() variable
110 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update1, updates: [updat… in spec() variable
115 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update4, updates: [updat… in spec() variable
139 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update4DifferentScope, u… in spec() variable
H A DReaperSelectionPolicyDevelopmentClientSpec.swift113 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update5, updates: [updat… in spec() variable
127 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update4, updates: [updat… in spec() variable
140 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update1, updates: [updat… in spec() variable
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
H A DReaperSelectionPolicyDevelopmentClient.swift32 …public func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters:… in updatesToDelete() function
44 var updatesToDelete: [Update] = [] in updatesToDelete() variable
H A DReaperSelectionPolicyFilterAware.swift18 …public func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters:… in updatesToDelete() function
19 var updatesToDelete: [Update] = [] in updatesToDelete() variable
H A DReaperSelectionPolicy.swift11 …@objc func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: … function
H A DSelectionPolicy.swift65 …public func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters:… in updatesToDelete() function
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DReaperSelectionPolicyDevelopmentClient.swift32 …public func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters:… in updatesToDelete() function
44 var updatesToDelete: [Update] = [] in updatesToDelete() variable
H A DReaperSelectionPolicyFilterAware.swift18 …public func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters:… in updatesToDelete() function
19 var updatesToDelete: [Update] = [] in updatesToDelete() variable
H A DReaperSelectionPolicy.swift11 …@objc func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: … function
H A DSelectionPolicy.swift65 …public func updatesToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters:… in updatesToDelete() function
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/
H A DReaperSelectionPolicyFilterAware.kt25 val updatesToDelete = mutableListOf<UpdateEntity>() in selectUpdatesToDelete() constant
H A DReaperSelectionPolicyDevelopmentClient.kt35 val updatesToDelete = mutableListOf<UpdateEntity>() in <lambda>() constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/
H A DDatabaseIntegrityCheck.kt23 val updatesToDelete = mutableListOf<UpdateEntity>() in run() constant
H A DReaper.kt35 …val updatesToDelete = selectionPolicy.selectUpdatesToDelete(allUpdates, launchedUpdate, manifestFi… in reapUnusedUpdates() constant
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabaseIntegrityCheck.swift25 let updatesToDelete = updatesWithEmbeddedStatus.filter { update in variable
H A DUpdatesReaper.swift48 …var updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: launchedUpdate, updates:… variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabaseIntegrityCheck.swift25 let updatesToDelete = updatesWithEmbeddedStatus.filter { update in variable
H A DUpdatesReaper.swift48 …var updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: launchedUpdate, updates:… variable