| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 36 case checkError 161 let checkError: Error? variable 174 "checkError": self.checkError, 190 self.checkError = nil 211 var checkError: Error? variable 223 self.checkError = original.checkError 237 checkError: checkError, in toContext() 333 $0.checkError = nil in reducedContext() 341 $0.checkError = nil in reducedContext() 346 case .checkError: in reducedContext() [all …]
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 36 case checkError 182 let checkError: [String: String]? variable 203 "checkError": self.checkError, 221 self.checkError = nil 258 self.checkError = original.checkError 275 checkError: checkError, in toContext() 379 $0.checkError = nil in reducedContext() 389 $0.checkError = nil in reducedContext() 395 case .checkError: in reducedContext() 398 $0.checkError = event.error in reducedContext() [all …]
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/ |
| H A D | UpdatesStateContext.kt | 23 val checkError: UpdatesStateError? = null, constant in expo.modules.updates.statemachine.UpdatesStateContext 46 if (checkError != null) { 47 map["checkError"] = checkError.json 93 if (checkError != null) { in <lambda>() 95 putString("message", checkError.message) in <lambda>()
|
| H A D | UpdatesStateMachine.kt | 107 checkError = null, in reduceContext() 115 checkError = null, in reduceContext() 123 checkError = null, in reduceContext() 131 checkError = event.error, in reduceContext()
|
| /expo/packages/expo-updates/src/statemachine/ |
| H A D | UpdatesStateMachine.ts | 44 checkError?: Error; property 54 checkError: () => undefined, 63 checkError: () => undefined, 71 checkError: (context: UpdatesStateMachineContext, event: UpdatesStateMachineEvent) => 143 checkError: {
|
| /expo/packages/expo-updates/build/statemachine/ |
| H A D | UpdatesStateMachine.js | 18 checkError: () => undefined, 25 checkError: () => undefined, 32 checkError: (context, event) => new Error(event.body?.message || 'checkError'), 93 checkError: { property
|
| H A D | UpdatesStateMachine.d.ts | 39 checkError?: Error; property
|
| H A D | UpdatesStateMachine.js.map | 1 …checkError',\n DOWNLOAD = 'download',\n DOWNLOAD_COMPLETE = 'downloadComplete',\n DOWNLOAD_ERRO…
|
| /expo/packages/expo-updates/src/__tests__/ |
| H A D | UseUpdatesTestApp.tsx | 15 checkError, 46 {checkError ? <Text testID="checkError">{checkError.message}</Text> : null}
|
| H A D | UseUpdates-test.ios.tsx | 71 checkError: mockError, 179 const errorView = await screen.findByTestId('checkError');
|
| /expo/packages/expo-updates/src/ |
| H A D | UseUpdatesUtils.ts | 25 checkError?: Error; 90 checkError: context.checkError,
|
| H A D | UseUpdates.types.ts | 168 checkError?: Error;
|
| H A D | Updates.types.ts | 332 checkError?: Error;
|
| /expo/packages/expo-updates/src/statemachine/__tests__/ |
| H A D | UpdatesStateMachine-test.node.ts | 29 expect(state.context.checkError).toBeUndefined(); 74 expect(state.context.checkError).toBeUndefined(); 103 expect(state.context.checkError).toBeUndefined(); 137 expect(state.context.checkError).toBeUndefined();
|
| /expo/packages/expo-updates/build/ |
| H A D | UseUpdatesUtils.js | 59 checkError: context.checkError,
|
| H A D | UseUpdatesUtils.d.ts | 7 checkError?: Error;
|
| H A D | UseUpdates.types.d.ts | 162 checkError?: Error;
|
| H A D | Updates.types.d.ts | 301 checkError?: Error;
|
| H A D | UseUpdatesUtils.js.map | 1 …checkError?: Error;\n downloadError?: Error;\n initializationError?: Error;\n isUpdateAvailable…
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | App-apitest.tsx | 49 checkError, 74 const checkErrorMessage = checkError ? `Error in check: ${checkError.message}\n` : ''; 92 checkError,
|
| H A D | App.tsx | 51 checkError, 183 <TestValue testID="state.checkError" value={`${checkError?.message ?? ''}`} />
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | UpdatesStateMachineSpec.swift | 42 expect(machine.context.checkError).to(beNil()) in spec() 61 expect(machine.context.checkError).to(beNil()) in spec() 97 expect(machine.context.checkError).to(beNil()) in spec()
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/ |
| H A D | UpdatesStateMachineInstrumentationTest.kt | 120 Assert.assertNull(machine.context.checkError) in test_handleRollback() 141 Assert.assertNotNull(machine.context.checkError) in test_checkError()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/gl/ |
| H A D | GrGLInterface.h | 66 GrGLenum checkError(const char* location, const char* call) const;
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/gl/ |
| H A D | GrGLInterface.h | 66 GrGLenum checkError(const char* location, const char* call) const;
|