Home
last modified time | relevance | path

Searched refs:updateStatus (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DLogBoxLog.ts171 this.updateStatus(type, null, null, null);
174 this.updateStatus(type, null, data?.stack, data?.codeFrame);
177 this.updateStatus(type, error, null, null);
183 private updateStatus(
/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DLogBoxLog.js145 this.updateStatus(type, null, null, null);
147 this.updateStatus(type, null, data?.stack, data?.codeFrame);
149 this.updateStatus(type, error, null, null);
153 updateStatus(type, error, stack, codeFrame) { method in LogBoxLog
H A DLogBoxLog.d.ts65 private updateStatus;
H A DLogBoxLog.js.map1updateStatus(type, null, null, null);\n LogBoxSymbolication.symbolicate(this.getStack(type)).…
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXAppLoadingProgressWindowController.h19 - (void)updateStatus:(EXAppLoaderRemoteUpdateStatus)status;
H A DEXAppLoadingProgressWindowController.m115 - (void)updateStatus:(EXAppLoaderRemoteUpdateStatus)status
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt95 fun updateStatus(status: AppLoaderStatus) in onOptimisticManifest() method
114 private fun updateStatus(status: AppLoaderStatus) { in onOptimisticManifest() method in host.exp.exponent.ExpoUpdatesAppLoader
116 callback.updateStatus(status) in onOptimisticManifest()
264 updateStatus(AppLoaderStatus.DOWNLOADING_NEW_UPDATE) in startLoaderTask()
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt95 override fun updateStatus(status: AppLoaderStatus) {} in loadApp() method
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt202 override fun updateStatus(status: AppLoaderStatus) { in <lambda>() method
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt715 override fun updateStatus(status: AppLoaderStatus) { in <lambda>() method
/expo/ios/Exponent/Kernel/Views/
H A DEXAppViewController.m386 [self.appLoadingProgressWindowController updateStatus:appLoader.remoteUpdateStatus];