Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 25 of 33) sorted by relevance

12

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift36 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 DUpdatesStateMachine.swift36 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 DUpdatesStateContext.kt23 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 DUpdatesStateMachine.kt107 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 DUpdatesStateMachine.ts44 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 DUpdatesStateMachine.js18 checkError: () => undefined,
25 checkError: () => undefined,
32 checkError: (context, event) => new Error(event.body?.message || 'checkError'),
93 checkError: { property
H A DUpdatesStateMachine.d.ts39 checkError?: Error; property
H A DUpdatesStateMachine.js.map1checkError',\n DOWNLOAD = 'download',\n DOWNLOAD_COMPLETE = 'downloadComplete',\n DOWNLOAD_ERRO…
/expo/packages/expo-updates/src/__tests__/
H A DUseUpdatesTestApp.tsx15 checkError,
46 {checkError ? <Text testID="checkError">{checkError.message}</Text> : null}
H A DUseUpdates-test.ios.tsx71 checkError: mockError,
179 const errorView = await screen.findByTestId('checkError');
/expo/packages/expo-updates/src/
H A DUseUpdatesUtils.ts25 checkError?: Error;
90 checkError: context.checkError,
H A DUseUpdates.types.ts168 checkError?: Error;
H A DUpdates.types.ts332 checkError?: Error;
/expo/packages/expo-updates/src/statemachine/__tests__/
H A DUpdatesStateMachine-test.node.ts29 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 DUseUpdatesUtils.js59 checkError: context.checkError,
H A DUseUpdatesUtils.d.ts7 checkError?: Error;
H A DUseUpdates.types.d.ts162 checkError?: Error;
H A DUpdates.types.d.ts301 checkError?: Error;
H A DUseUpdatesUtils.js.map1checkError?: Error;\n downloadError?: Error;\n initializationError?: Error;\n isUpdateAvailable…
/expo/packages/expo-updates/e2e/fixtures/
H A DApp-apitest.tsx49 checkError,
74 const checkErrorMessage = checkError ? `Error in check: ${checkError.message}\n` : '';
92 checkError,
H A DApp.tsx51 checkError,
183 <TestValue testID="state.checkError" value={`${checkError?.message ?? ''}`} />
/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift42 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 DUpdatesStateMachineInstrumentationTest.kt120 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 DGrGLInterface.h66 GrGLenum checkError(const char* location, const char* call) const;
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/gl/
H A DGrGLInterface.h66 GrGLenum checkError(const char* location, const char* call) const;

12