| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 319 launcher.launchUpdate(withSelectionPolicy: selectionPolicy, completion: completion) 436 self.launchUpdate(updateBeingLaunched, error: error) in handleRemoteUpdateResponseLoaded() 443 launchUpdate(nil, error: error) in processRollBackToEmbeddedDirective() 448 launchUpdate(nil, error: error) in processRollBackToEmbeddedDirective() 458 launchUpdate(nil, error: error) in processRollBackToEmbeddedDirective() 483 self.launchUpdate(update, error: error) in processRollBackToEmbeddedDirective() 485 self.launchUpdate(nil, error: error) in processRollBackToEmbeddedDirective() 488 self.launchUpdate(nil, error: embeddedLoaderError) in processRollBackToEmbeddedDirective() 493 private func launchUpdate(_ updateBeingLaunched: Update?, error: Error?) { in launchUpdate() function 502 newLauncher.launchUpdate(withSelectionPolicy: self.selectionPolicy) { error, success in in launchUpdate()
|
| /expo/ios/Client/ |
| H A D | HomeAppLoaderTask.swift | 51 … self.launchUpdate(remoteUpdate?.manifestUpdateResponsePart?.updateManifest, error: remoteError) in homeAppLoaderTask() 113 private func launchUpdate(_ updateBeingLaunched: Update?, error: Error?) { in homeAppLoaderTask() function 121 launcher.launchUpdate(withSelectionPolicy: self.selectionPolicy) { error, success in in homeAppLoaderTask()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLauncher/ |
| H A D | AppLauncherNoDatabase.swift | 24 public func launchUpdate(withConfig config: UpdatesConfig) { in launchUpdate() function
|
| H A D | AppLauncherWithDatabase.swift | 131 public func launchUpdate(
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLauncher/ |
| H A D | AppLauncherNoDatabase.swift | 24 public func launchUpdate(withConfig config: UpdatesConfig) { in launchUpdate() function
|
| H A D | AppLauncherWithDatabase.swift | 131 public func launchUpdate(
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 356 launcher.launchUpdate(withSelectionPolicy: selectionPolicy, completion: completion) 498 self.launchUpdate(updateToLaunch, error: error) in handleRemoteUpdateResponseLoaded() 503 private func launchUpdate(_ updateBeingLaunched: Update?, error: Error?) { in launchUpdate() function 512 newLauncher.launchUpdate(withSelectionPolicy: self.selectionPolicy) { error, success in in launchUpdate()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesDevLauncherController.kt | 84 launchUpdate(loaderResult.updateEntity, updatesConfiguration, context, callback) in fetchUpdateWithConfiguration() 113 private fun launchUpdate( in launchUpdate() method in expo.modules.updates.UpdatesDevLauncherController
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | AppController.swift | 216 launcherNoDatabase.launchUpdate(withConfig: config) in appController() 321 launcherWithDatabase.launchUpdate(withSelectionPolicy: selectionPolicy()) { error, success in in appController() 541 launcherNoDatabase.launchUpdate(withConfig: config) in appController() 599 launcher.launchUpdate(withSelectionPolicy: selectionPolicy()) { error, success in in appController()
|
| H A D | DevLauncherController.swift | 223 launcher.launchUpdate(withSelectionPolicy: controller.selectionPolicy()) { error, success in
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | AppController.swift | 220 launcherNoDatabase.launchUpdate(withConfig: config) in appController() 326 launcherWithDatabase.launchUpdate(withSelectionPolicy: selectionPolicy()) { error, success in in appController() 546 launcherNoDatabase.launchUpdate(withConfig: config) in appController() 613 launcher.launchUpdate(withSelectionPolicy: selectionPolicy()) { error, success in in appController()
|
| H A D | DevLauncherController.swift | 223 launcher.launchUpdate(withSelectionPolicy: controller.selectionPolicy()) { error, success in
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | AppLauncherWithDatabaseSpec.swift | 122 …launcher.launchUpdate(withSelectionPolicy: SelectionPolicyFactory.filterAwarePolicy(withRuntimeVer… in spec()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | LoaderTask.kt | 415 launchUpdate(availableUpdate) in <lambda>() 419 private fun launchUpdate(availableUpdate: UpdateEntity?) { in <lambda>() method
|