Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-updates/ios/Tests/
H A DErrorRecoverySpec.swift15 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 DErrorRecoveryTest.kt69 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 DErrorRecoveryDelegate.kt20 fun throwException(exception: Exception) method
H A DErrorRecoveryHandler.kt181 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 DErrorRecoveryDelegate.kt20 fun throwException(exception: Exception) method
H A DErrorRecoveryHandler.kt181 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 DErrorRecoveryDelegate.kt20 fun throwException(exception: Exception) method
H A DErrorRecoveryHandler.kt181 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 DErrorRecoveryDelegate.kt20 fun throwException(exception: Exception) method
H A DErrorRecoveryHandler.kt181 delegate.throwException(encounteredErrors[0]) in crash()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesErrorRecovery.h28 - (void)throwException:(NSException *)exception;
H A DABI47_0_0EXUpdatesErrorRecovery.m268 [_delegate throwException:[NSException exceptionWithName:name reason:reason userInfo:userInfo]];
H A DABI47_0_0EXUpdatesAppController.m483 - (void)throwException:(NSException *)exception
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesErrorRecovery.h28 - (void)throwException:(NSException *)exception;
H A DABI48_0_0EXUpdatesErrorRecovery.m268 [_delegate throwException:[NSException exceptionWithName:name reason:reason userInfo:userInfo]];
H A DABI48_0_0EXUpdatesAppController.m483 - (void)throwException:(NSException *)exception
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DErrorRecovery.swift36 @objc func throwException(_ exception: NSException) in launchedUpdate() function
286 delegate?.throwException(NSException(name: name, reason: reason, userInfo: userInfo)) in launchedUpdate()
H A DAppController.swift700 public func throwException(_ exception: NSException) { in appController() function
/expo/packages/expo-updates/ios/EXUpdates/
H A DErrorRecovery.swift36 @objc func throwException(_ exception: NSException) in launchedUpdate() function
286 delegate?.throwException(NSException(name: name, reason: reason, userInfo: userInfo)) in launchedUpdate()
H A DAppController.swift714 public func throwException(_ exception: NSException) { in appController() function
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesController.kt451 override fun throwException(exception: Exception) { throw exception } in initializeErrorRecovery() method
/expo/docs/pages/bare/
H A Derror-recovery.mdx74 2 MyApp 0x10926b7ee -[EXUpdatesAppController throwException:] + 24 (EXUp…