Home
last modified time | relevance | path

Searched refs:runnableUpdate (Results 1 – 5 of 5) sorted by relevance

/expo/ios/Exponent/Kernel/AppLoader/
H A DEXExpoGoLauncherSelectionPolicyFilterAware.swift22 var runnableUpdate: Update? in launchableUpdate() variable
32 guard let runnableUpdateInner = runnableUpdate else { in launchableUpdate()
33 runnableUpdate = update in launchableUpdate()
38 runnableUpdate = update in launchableUpdate()
41 return runnableUpdate in launchableUpdate()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DLauncherSelectionPolicyFilterAware.swift25 var runnableUpdate: Update? in launchableUpdate() variable
31 guard let runnableUpdateInner = runnableUpdate else { in launchableUpdate()
32 runnableUpdate = update in launchableUpdate()
37 runnableUpdate = update in launchableUpdate()
40 return runnableUpdate in launchableUpdate()
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
H A DLauncherSelectionPolicyFilterAware.swift25 var runnableUpdate: Update? in launchableUpdate() variable
31 guard let runnableUpdateInner = runnableUpdate else { in launchableUpdate()
32 runnableUpdate = update in launchableUpdate()
37 runnableUpdate = update in launchableUpdate()
40 return runnableUpdate in launchableUpdate()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI48_0_0EXUpdatesLauncherSelectionPolicyFilterAware.m31 ABI48_0_0EXUpdatesUpdate *runnableUpdate;
39 runnableUpdate = update;
43 return runnableUpdate;
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI47_0_0EXUpdatesLauncherSelectionPolicyFilterAware.m31 ABI47_0_0EXUpdatesUpdate *runnableUpdate;
39 runnableUpdate = update;
43 return runnableUpdate;