Home
last modified time | relevance | path

Searched refs:launchableUpdates (Results 1 – 9 of 9) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLauncher/
H A DAppLauncherWithDatabase.swift71 var launchableUpdates: [Update]? variable
74 launchableUpdates = try database.launchableUpdates(withConfig: config)
88 guard let launchableUpdates = launchableUpdates else { variable
104 for update in launchableUpdates {
/expo/packages/expo-updates/ios/EXUpdates/AppLauncher/
H A DAppLauncherWithDatabase.swift71 var launchableUpdates: [Update]? variable
74 launchableUpdates = try database.launchableUpdates(withConfig: config)
88 guard let launchableUpdates = launchableUpdates else { variable
104 for update in launchableUpdates {
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/launcher/
H A DDatabaseLauncher.kt129 … val launchableUpdates = database.updateDao().loadLaunchableUpdatesForScope(configuration.scopeKey) in getLaunchableUpdate() constant
136 for (update in launchableUpdates) { in getLaunchableUpdate()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/
H A DABI48_0_0EXUpdatesDatabase.m355 NSMutableArray<ABI48_0_0EXUpdatesUpdate *> *launchableUpdates = [NSMutableArray new];
357 [launchableUpdates addObject:[self _updateWithRow:row config:config]];
359 return launchableUpdates;
409 NSMutableArray<ABI48_0_0EXUpdatesUpdate *> *launchableUpdates = [NSMutableArray new];
411 [launchableUpdates addObject:[self _updateWithRow:row config:config]];
413 return launchableUpdates;
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/
H A DABI47_0_0EXUpdatesDatabase.m355 NSMutableArray<ABI47_0_0EXUpdatesUpdate *> *launchableUpdates = [NSMutableArray new];
357 [launchableUpdates addObject:[self _updateWithRow:row config:config]];
359 return launchableUpdates;
409 NSMutableArray<ABI47_0_0EXUpdatesUpdate *> *launchableUpdates = [NSMutableArray new];
411 [launchableUpdates addObject:[self _updateWithRow:row config:config]];
413 return launchableUpdates;
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLauncher/
H A DABI47_0_0EXUpdatesAppLauncherWithDatabase.m77 …NSArray<ABI47_0_0EXUpdatesUpdate *> *launchableUpdates = [database launchableUpdatesWithConfig:con…
81 if (!launchableUpdates) {
95 for (ABI47_0_0EXUpdatesUpdate *update in launchableUpdates) {
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLauncher/
H A DABI48_0_0EXUpdatesAppLauncherWithDatabase.m77 …NSArray<ABI48_0_0EXUpdatesUpdate *> *launchableUpdates = [database launchableUpdatesWithConfig:con…
81 if (!launchableUpdates) {
95 for (ABI48_0_0EXUpdatesUpdate *update in launchableUpdates) {
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabase.swift413 public func launchableUpdates(withConfig config: UpdatesConfig) throws -> [Update] { in launchableUpdates() function
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabase.swift413 public func launchableUpdates(withConfig config: UpdatesConfig) throws -> [Update] { in launchableUpdates() function