| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | FileDownloader.kt | 50 fun onFailure(e: Exception) in <lambda>() method 74 callback.onFailure(e) in <lambda>() 80 callback.onFailure( in <lambda>() 95 callback.onFailure(e) in <lambda>() 128 callback.onFailure( in <lambda>() 142 callback.onFailure( in <lambda>() 233 callback.onFailure( in <lambda>() 245 callback.onFailure( in <lambda>() 407 callback.onFailure( in <lambda>() 510 callback.onFailure( in <lambda>() [all …]
|
| H A D | LoaderTask.kt | 96 fun onFailure(e: Exception) in <lambda>() method 121 fun onFailure(e: Exception) in <lambda>() method 170 override fun onFailure(e: Exception) { in <lambda>() method 186 override fun onFailure(e: Exception) { in <lambda>() method 239 callback.onFailure( in <lambda>() 288 override fun onFailure(e: Exception) { in <lambda>() method 290 diskUpdateCallback.onFailure(e) in <lambda>() 307 override fun onFailure(e: Exception) { in <lambda>() method 343 override fun onFailure(e: Exception) { in <lambda>() method 345 remoteUpdateCallback.onFailure(e) in <lambda>() [all …]
|
| /expo/packages/expo-sms/ios/ |
| H A D | SMSDelegate.swift | 5 func onFailure(_ error: String) in onSuccess() function 26 self.handler.onFailure( in onSuccess() 33 self.handler.onFailure("SMS message sending failed with unknown error") in onSuccess()
|
| /expo/ios/versioned/sdk49/ExpoSMS/ |
| H A D | SMSDelegate.swift | 5 func onFailure(_ error: String) in onSuccess() function 26 self.handler.onFailure( in onSuccess() 33 self.handler.onFailure("SMS message sending failed with unknown error") in onSuccess()
|
| /expo/ios/versioned/sdk48/ExpoSMS/ |
| H A D | SMSDelegate.swift | 5 func onFailure(_ error: String) in onSuccess() function 26 self.handler.onFailure( in onSuccess() 33 self.handler.onFailure("SMS message sending failed with unknown error") in onSuccess()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/network/ |
| H A D | ExponentHttpClient.kt | 24 fun onFailure(e: IOException) in onFailure() method 31 override fun onFailure(call: Call, e: IOException) { in onFailure() method 32 callback.onFailure(e) in onFailure() 45 override fun onFailure(call: Call, e: IOException) { in callSafe() method 65 override fun onFailure(e: IOException) { in callDefaultCache() method 69 override fun onFailure(e: IOException) { in callDefaultCache() method 70 callback.onFailure(e) in callDefaultCache() 108 override fun onFailure(call: Call, e: IOException) { in tryForcedCachedResponse() method 161 initialException != null -> callback.onFailure(initialException) in tryHardCodedResponse() 162 else -> callback.onFailure(IOException("No hard coded response found")) in tryHardCodedResponse()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesDevLauncherController.kt | 48 …callback.onFailure(Exception("Failed to load update: UpdatesConfiguration object must include a va… in fetchUpdateWithConfiguration() 52 callback.onFailure(controller.updatesDirectoryException) in fetchUpdateWithConfiguration() 70 override fun onFailure(e: Exception) { in fetchUpdateWithConfiguration() method 74 callback.onFailure(e) in fetchUpdateWithConfiguration() 145 override fun onFailure(e: Exception) { in launchUpdate() method 149 callback.onFailure(e) in launchUpdate() 174 …callback.onFailure(Exception("Failed to load update: UpdatesConfiguration object must include a va… in storedUpdateIdsWithConfiguration() 179 callback.onFailure(controller.updatesDirectoryException) in storedUpdateIdsWithConfiguration()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/ |
| H A D | ExponentDevBundleDownloadListener.kt | 21 override fun onFailure(cause: Exception) { in onFailure() method in versioned.host.exp.exponent.ExponentDevBundleDownloadListener 22 listener.onFailure(cause) in onFailure()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/ |
| H A D | ExponentDevBundleDownloadListener.kt | 21 override fun onFailure(cause: Exception) { in onFailure() method in abi47_0_0.host.exp.exponent.ExponentDevBundleDownloadListener 22 listener.onFailure(cause) in onFailure()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/ |
| H A D | ExponentDevBundleDownloadListener.kt | 21 override fun onFailure(cause: Exception) { in onFailure() method in abi48_0_0.host.exp.exponent.ExponentDevBundleDownloadListener 22 listener.onFailure(cause) in onFailure()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/ |
| H A D | ExponentDevBundleDownloadListener.kt | 21 override fun onFailure(cause: Exception) { in onFailure() method in abi49_0_0.host.exp.exponent.ExponentDevBundleDownloadListener 22 listener.onFailure(cause) in onFailure()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imageloader/ |
| H A D | ImageLoaderModule.kt | 37 …override fun onFailure(@Nullable cause: Throwable?) = future.setException(ExecutionException(cause… in loadImageForDisplayFromURL() method 56 resultListener.onFailure(Exception("Loaded bitmap is null")) in loadImageForDisplayFromURL() 60 resultListener.onFailure(dataSource.failureCause) in loadImageForDisplayFromURL() 74 …override fun onFailure(@NonNull cause: Throwable?) = future.setException(ExecutionException(cause)) in loadImageForManipulationFromURL() method 94 resultListener.onFailure(Exception("Loading bitmap failed")) in loadImageForManipulationFromURL()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imageloader/ |
| H A D | ImageLoaderModule.kt | 37 …override fun onFailure(@Nullable cause: Throwable?) = future.setException(ExecutionException(cause… in loadImageForDisplayFromURL() method 56 resultListener.onFailure(Exception("Loaded bitmap is null")) in loadImageForDisplayFromURL() 60 resultListener.onFailure(dataSource.failureCause) in loadImageForDisplayFromURL() 74 …override fun onFailure(@NonNull cause: Throwable?) = future.setException(ExecutionException(cause)) in loadImageForManipulationFromURL() method 94 resultListener.onFailure(Exception("Loading bitmap failed")) in loadImageForManipulationFromURL()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | NotificationHelper.kt | 110 listener.onFailure(Exception(message)) in getPushNotificationToken() 135 listener.onFailure(Exception("Error constructing request")) in getPushNotificationToken() 148 override fun onFailure(e: IOException) { in getPushNotificationToken() method 149 listener.onFailure(e) in getPushNotificationToken() 164 listener.onFailure(e) in getPushNotificationToken() 554 override fun onFailure() { in showNotification() method 589 listener.onFailure(e) in scheduleLocalNotification() 608 listener.onFailure(Exception("Invalid repeat interval specified")) in scheduleLocalNotification() 621 listener.onFailure(e) in scheduleLocalNotification() 627 fun onFailure(e: Exception) in onSuccess() method [all …]
|
| /expo/packages/expo-image-loader/android/src/main/java/expo/modules/imageloader/ |
| H A D | ImageLoaderModule.kt | 28 override fun onFailure(cause: Throwable?) = in loadImageForDisplayFromURL() method 53 resultListener.onFailure(Exception("Loading bitmap failed")) in loadImageForDisplayFromURL() 65 override fun onFailure(cause: Throwable?) = future.setException(ExecutionException(cause)) in loadImageForManipulationFromURL() method 93 resultListener.onFailure(Exception("Loading bitmap failed")) in loadImageForManipulationFromURL()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imageloader/ |
| H A D | ImageLoaderModule.kt | 28 override fun onFailure(cause: Throwable?) = in loadImageForDisplayFromURL() method 53 resultListener.onFailure(Exception("Loading bitmap failed")) in loadImageForDisplayFromURL() 65 override fun onFailure(cause: Throwable?) = future.setException(ExecutionException(cause)) in loadImageForManipulationFromURL() method 93 resultListener.onFailure(Exception("Loading bitmap failed")) in loadImageForManipulationFromURL()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updatesinterface/ |
| H A D | UpdatesInterface.java | 18 void onFailure(Exception e); in onFailure() method 31 void onFailure(Exception e); in onFailure() method
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updatesinterface/ |
| H A D | UpdatesInterface.java | 18 void onFailure(Exception e); in onFailure() method 31 void onFailure(Exception e); in onFailure() method
|
| /expo/packages/expo-updates-interface/android/src/main/java/expo/modules/updatesinterface/ |
| H A D | UpdatesInterface.java | 18 void onFailure(Exception e); in onFailure() method 31 void onFailure(Exception e); in onFailure() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updatesinterface/ |
| H A D | UpdatesInterface.java | 18 void onFailure(Exception e); in onFailure() method 31 void onFailure(Exception e); in onFailure() method
|
| /expo/android/expoview/src/main/java/host/exp/exponent/storage/ |
| H A D | ExponentDB.kt | 45 listener.onFailure() in <lambda>() 56 listener.onFailure() in <lambda>() 78 fun onFailure() in <lambda>() method
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/ |
| H A D | RemoteLoaderTest.kt | 92 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_SimpleCase() 107 callback.onFailure(IOException("mock failed to download asset"), asset) in testRemoteLoader_FailureToDownloadAssets() 113 verify { mockCallback.onFailure(any()) } in testRemoteLoader_FailureToDownloadAssets() 136 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_AssetExists_BothDbAndDisk() 163 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_AssetExists_DbOnly() 195 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_UpdateExists_Ready() 217 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_UpdateExists_Pending() 243 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_UpdateExists_DifferentScopeKey() 274 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_DevelopmentModeManifest() 299 verify(exactly = 0) { mockCallback.onFailure(any()) } in testRemoteLoader_RollBackDirective()
|
| H A D | EmbeddedLoaderTest.kt | 74 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_SimpleCase() 93 verify { mockCallback.onFailure(any()) } in testEmbeddedLoader_FailureToCopyAssets() 118 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_MultipleScales() 142 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_MultipleScales_ReverseOrder() 168 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_AssetExists_BothDbAndDisk() 194 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_AssetExists_DbOnly() 222 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_AssetExists_DiskOnly() 252 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_UpdateExists_Ready() 276 verify(exactly = 0) { mockCallback.onFailure(any()) } in testEmbeddedLoader_UpdateExists_Pending()
|
| /expo/ios/Client/ |
| H A D | EXHomeAppManager.m | 81 [self _dispatchHomeJSEvent:@"addHistoryItem" body:params onSuccess:nil onFailure:nil]; 91 } onFailure:^(NSString *errorMessage) { 98 [self _dispatchHomeJSEvent:@"showQRReader" body:@{} onSuccess:nil onFailure:nil]; 145 …ventBody onSuccess:(void (^_Nullable)(NSDictionary * _Nullable))success onFailure:(void (^_Nullabl… 149 [homeModule dispatchJSEvent:eventName body:eventBody onSuccess:success onFailure:failure];
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | DevBundleDownloadProgressListener.kt | 7 fun onFailure(error: Exception) method
|