| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ErrorRecoverySpec.swift | 15 case throwException 67 recordCall(method: .throwException) in throwException() 103 mockDelegate.never(.throwException) in spec() 126 mockDelegate.verify(.throwException) in spec() 146 mockDelegate.verify(.throwException) in spec() 170 mockDelegate.never(.throwException) in spec() 194 mockDelegate.never(.throwException) in spec() 201 mockDelegate.verify(.throwException) in spec() 227 mockDelegate.never(.throwException) in spec() 273 mockDelegate.verify(.throwException) in spec() [all …]
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryTest.kt | 69 verify { mockDelegate.throwException(any()) } in testHandleException_NewWorkingUpdateAlreadyLoaded_ContentAppeared() 82 mockDelegate.throwException(any()) in testHandleException_NewUpdateLoaded_RelaunchFails() 112 verify { mockDelegate.throwException(any()) } in testHandleException_NewWorkingUpdateLoading_ContentAppeared() 159 …mockDelegate.throwException(any()) // if an update has already been launched successfully, we don'… in testHandleException_NewBrokenUpdateLoaded_UpdateAlreadyLaunchedSuccessfully() 184 mockDelegate.throwException(any()) in testHandleException_RemoteLoadTimesOut_UpdateAlreadyLaunchedSuccessfully() 197 verify { mockDelegate.throwException(any()) } in testHandleException_RemoteLoadTimesOut_ContentAppeared() 233 verify { mockDelegate.throwException(any()) } in testHandleException_NoRemoteUpdate_ContentAppeared() 259 verify { mockDelegate.throwException(any()) } in testHandleException_CheckAutomaticallyNever_ContentAppeared() 271 verify(exactly = 0) { mockDelegate.throwException(any()) } in testHandleException_Twice()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 20 fun throwException(exception: Exception) method
|
| H A D | ErrorRecoveryHandler.kt | 181 delegate.throwException(encounteredErrors[0]) in crash()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 20 fun throwException(exception: Exception) method
|
| H A D | ErrorRecoveryHandler.kt | 181 delegate.throwException(encounteredErrors[0]) in crash()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 20 fun throwException(exception: Exception) method
|
| H A D | ErrorRecoveryHandler.kt | 181 delegate.throwException(encounteredErrors[0]) in crash()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 20 fun throwException(exception: Exception) method
|
| H A D | ErrorRecoveryHandler.kt | 181 delegate.throwException(encounteredErrors[0]) in crash()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesErrorRecovery.h | 28 - (void)throwException:(NSException *)exception;
|
| H A D | ABI47_0_0EXUpdatesErrorRecovery.m | 268 [_delegate throwException:[NSException exceptionWithName:name reason:reason userInfo:userInfo]];
|
| H A D | ABI47_0_0EXUpdatesAppController.m | 483 - (void)throwException:(NSException *)exception
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesErrorRecovery.h | 28 - (void)throwException:(NSException *)exception;
|
| H A D | ABI48_0_0EXUpdatesErrorRecovery.m | 268 [_delegate throwException:[NSException exceptionWithName:name reason:reason userInfo:userInfo]];
|
| H A D | ABI48_0_0EXUpdatesAppController.m | 483 - (void)throwException:(NSException *)exception
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | ErrorRecovery.swift | 36 @objc func throwException(_ exception: NSException) in launchedUpdate() function 286 delegate?.throwException(NSException(name: name, reason: reason, userInfo: userInfo)) in launchedUpdate()
|
| H A D | AppController.swift | 700 public func throwException(_ exception: NSException) { in appController() function
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | ErrorRecovery.swift | 36 @objc func throwException(_ exception: NSException) in launchedUpdate() function 286 delegate?.throwException(NSException(name: name, reason: reason, userInfo: userInfo)) in launchedUpdate()
|
| H A D | AppController.swift | 714 public func throwException(_ exception: NSException) { in appController() function
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesController.kt | 451 override fun throwException(exception: Exception) { throw exception } in initializeErrorRecovery() method
|
| /expo/docs/pages/bare/ |
| H A D | error-recovery.mdx | 74 2 MyApp 0x10926b7ee -[EXUpdatesAppController throwException:] + 24 (EXUp…
|