Home
last modified time | relevance | path

Searched refs:launchUpdate (Results 1 – 14 of 14) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DAppLoaderTask.swift319 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 DHomeAppLoaderTask.swift51 … 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 DAppLauncherNoDatabase.swift24 public func launchUpdate(withConfig config: UpdatesConfig) { in launchUpdate() function
H A DAppLauncherWithDatabase.swift131 public func launchUpdate(
/expo/packages/expo-updates/ios/EXUpdates/AppLauncher/
H A DAppLauncherNoDatabase.swift24 public func launchUpdate(withConfig config: UpdatesConfig) { in launchUpdate() function
H A DAppLauncherWithDatabase.swift131 public func launchUpdate(
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift356 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 DUpdatesDevLauncherController.kt84 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 DAppController.swift216 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 DDevLauncherController.swift223 launcher.launchUpdate(withSelectionPolicy: controller.selectionPolicy()) { error, success in
/expo/packages/expo-updates/ios/EXUpdates/
H A DAppController.swift220 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 DDevLauncherController.swift223 launcher.launchUpdate(withSelectionPolicy: controller.selectionPolicy()) { error, success in
/expo/packages/expo-updates/ios/Tests/
H A DAppLauncherWithDatabaseSpec.swift122 …launcher.launchUpdate(withSelectionPolicy: SelectionPolicyFactory.filterAwarePolicy(withRuntimeVer… in spec()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoaderTask.kt415 launchUpdate(availableUpdate) in <lambda>()
419 private fun launchUpdate(availableUpdate: UpdateEntity?) { in <lambda>() method