| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 24 …func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) in appLoaderTask() 124 private var isUpToDate: Bool variable 142 self.isUpToDate = false 243 …te.appLoaderTask(self, didFinishWithLauncher: self.finalizedLauncher!, isUpToDate: self.isUpToDate) in finish() 379 self.isUpToDate = true 387 self.isUpToDate = false 413 self.isUpToDate = true 428 self.isUpToDate = false 448 self.isUpToDate = true 517 self.isUpToDate = true in launchUpdate()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 25 …func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) in appLoaderTask() 85 private var isUpToDate: Bool variable 103 self.isUpToDate = false 206 …te.appLoaderTask(self, didFinishWithLauncher: self.finalizedLauncher!, isUpToDate: self.isUpToDate) in finish() 342 self.isUpToDate = true 350 self.isUpToDate = false 366 self.isUpToDate = true 381 self.isUpToDate = false 391 self.isUpToDate = true 507 self.isUpToDate = true in launchUpdate()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | LoaderTask.kt | 107 fun onSuccess(launcher: Launcher, isUpToDate: Boolean) in <lambda>() 132 private var isUpToDate = false in <lambda>() variable 244 callback.onSuccess(finalizedLauncher!!, isUpToDate) in <lambda>() 364 isUpToDate = true in <lambda>() 369 isUpToDate = true in <lambda>() 378 isUpToDate = true in <lambda>() 389 isUpToDate = false in <lambda>() 395 isUpToDate = true in <lambda>() 437 isUpToDate = true in <lambda>()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI47_0_0EXUpdatesAppLoaderTask.h | 30 …Task didFinishWithLauncher:(id<ABI47_0_0EXUpdatesAppLauncher>)launcher isUpToDate:(BOOL)isUpToDate;
|
| H A D | ABI47_0_0EXUpdatesAppLoaderTask.m | 39 @property (nonatomic, assign) BOOL isUpToDate; property 183 …gate appLoaderTask:self didFinishWithLauncher:self->_finalizedLauncher isUpToDate:self->_isUpToDat…
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesAppLoaderTask.h | 30 …Task didFinishWithLauncher:(id<ABI48_0_0EXUpdatesAppLauncher>)launcher isUpToDate:(BOOL)isUpToDate;
|
| H A D | ABI48_0_0EXUpdatesAppLoaderTask.m | 39 @property (nonatomic, assign) BOOL isUpToDate; property 183 …gate appLoaderTask:self didFinishWithLauncher:self->_finalizedLauncher isUpToDate:self->_isUpToDat…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/ |
| H A D | ABI47_0_0RCTParagraphComponentAccessibilityProvider.h | 32 - (BOOL)isUpToDate:(ABI47_0_0facebook::ABI47_0_0React::AttributedString)currentAttributedString;
|
| H A D | ABI47_0_0RCTParagraphComponentAccessibilityProvider.mm | 176 - (BOOL)isUpToDate:(ABI47_0_0facebook::ABI47_0_0React::AttributedString)currentAttributedString
|
| H A D | ABI47_0_0RCTParagraphComponentView.mm | 164 if (![_accessibilityProvider isUpToDate:data.attributedString]) {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/ |
| H A D | ABI49_0_0RCTParagraphComponentAccessibilityProvider.h | 32 - (BOOL)isUpToDate:(ABI49_0_0facebook::ABI49_0_0React::AttributedString)currentAttributedString;
|
| H A D | ABI49_0_0RCTParagraphComponentAccessibilityProvider.mm | 176 - (BOOL)isUpToDate:(ABI49_0_0facebook::ABI49_0_0React::AttributedString)currentAttributedString
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/ |
| H A D | ABI48_0_0RCTParagraphComponentAccessibilityProvider.h | 32 - (BOOL)isUpToDate:(ABI48_0_0facebook::ABI48_0_0React::AttributedString)currentAttributedString;
|
| H A D | ABI48_0_0RCTParagraphComponentAccessibilityProvider.mm | 176 - (BOOL)isUpToDate:(ABI48_0_0facebook::ABI48_0_0React::AttributedString)currentAttributedString
|
| /expo/ios/Exponent/Kernel/AppLoader/ |
| H A D | EXEmbeddedHomeLoader.m | 26 @property (nonatomic, assign) BOOL isUpToDate; property 38 @synthesize isUpToDate = _isUpToDate;
|
| H A D | EXAbstractLoader.h | 52 @property (nonatomic, readonly) BOOL isUpToDate;
|
| H A D | EXDevelopmentHomeLoader.m | 38 @property (nonatomic, assign) BOOL isUpToDate; property 56 @synthesize isUpToDate = _isUpToDate; 270 self.isUpToDate = YES;
|
| H A D | EXAppLoaderExpoUpdates.m | 40 @property (nonatomic, assign) BOOL isUpToDate; property 85 @synthesize isUpToDate = _isUpToDate; 227 …)appLoaderTask didFinishWithLauncher:(id<EXUpdatesAppLauncher>)launcher isUpToDate:(BOOL)isUpToDate 240 _isUpToDate = isUpToDate; 502 self.isUpToDate = YES;
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExpoUpdatesAppLoader.kt | 82 var isUpToDate = true variable 267 override fun onSuccess(launcher: Launcher, isUpToDate: Boolean) { in startLoaderTask() 272 this@ExpoUpdatesAppLoader.isUpToDate = isUpToDate in startLoaderTask()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesAppController.m | 287 …rTask didFinishWithLauncher:(id<ABI47_0_0EXUpdatesAppLauncher>)launcher isUpToDate:(BOOL)isUpToDate 289 …sAppController appLoaderTask didFinishWithLauncher, isUpToDate=%d, remoteLoadStatus=%ld", isUpToDa… 291 // if isUpToDate is false, that means a remote update is still loading in the background (this 293 if (_remoteLoadStatus == ABI47_0_0EXUpdatesRemoteLoadStatusLoading && isUpToDate) {
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesAppController.m | 287 …rTask didFinishWithLauncher:(id<ABI48_0_0EXUpdatesAppLauncher>)launcher isUpToDate:(BOOL)isUpToDate 289 …sAppController appLoaderTask didFinishWithLauncher, isUpToDate=%d, remoteLoadStatus=%ld", isUpToDa… 291 // if isUpToDate is false, that means a remote update is still loading in the background (this 293 if (_remoteLoadStatus == ABI48_0_0EXUpdatesRemoteLoadStatusLoading && isUpToDate) {
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | AppController.swift | 369 …nc appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) { in appController() 372 isUpToDate, in appController() 380 if remoteLoadStatus == .Loading && isUpToDate { in appController()
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | AppController.swift | 377 …nc appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) { in appController() 380 isUpToDate, in appController() 388 if remoteLoadStatus == .Loading && isUpToDate { in appController()
|
| /expo/tools/src/commands/ |
| H A D | AndroidBuildPackages.ts | 105 const isUpToDate = await _isPackageUpToDate( constant 109 if (!isUpToDate) {
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesController.kt | 301 override fun onSuccess(launcher: Launcher, isUpToDate: Boolean) { in start() 302 … if (remoteLoadStatus == ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UPDATE_LOADING && isUpToDate) { in start()
|