| /expo/packages/expo-updates/src/statemachine/ |
| H A D | UpdatesStateMachine.ts | 40 isChecking: boolean; property 55 isChecking: () => false, 64 isChecking: () => false, 70 isChecking: () => false, 95 isChecking: (context: UpdatesStateMachineContext) => true, 110 isChecking: false,
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 156 let isChecking: Bool variable 169 "isChecking": self.isChecking, 185 self.isChecking = false 206 var isChecking: Bool = false variable 218 self.isChecking = original.isChecking 232 isChecking: isChecking, in toContext() 328 $0.isChecking = true in reducedContext() 332 $0.isChecking = false in reducedContext() 340 $0.isChecking = false in reducedContext() 348 $0.isChecking = false in reducedContext()
|
| /expo/packages/expo-updates/build/statemachine/ |
| H A D | UpdatesStateMachine.js | 19 isChecking: () => false, 26 isChecking: () => false, 31 isChecking: () => false, 47 isChecking: (context) => true, 60 isChecking: false, property
|
| H A D | UpdatesStateMachine.d.ts | 35 isChecking: boolean; property
|
| H A D | UpdatesStateMachine.js.map | 1 …isChecking: boolean;\n isDownloading: boolean;\n isRollback: boolean;\n downloadedManifest?: Ma…
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 176 let isChecking: Bool variable 198 "isChecking": self.isChecking, 216 self.isChecking = false 239 var isChecking: Bool = false variable 253 self.isChecking = original.isChecking 269 isChecking: isChecking, in toContext() 374 $0.isChecking = true in reducedContext() 378 $0.isChecking = false in reducedContext() 388 $0.isChecking = false in reducedContext() 397 $0.isChecking = false in reducedContext()
|
| /expo/packages/expo-updates/src/ |
| H A D | UseUpdatesUtils.ts | 30 isChecking: boolean; 61 isChecking: false, 86 isChecking: context.isChecking,
|
| H A D | UseUpdates.types.ts | 159 isChecking: boolean;
|
| H A D | Updates.types.ts | 326 isChecking: boolean;
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/ |
| H A D | UpdatesStateMachine.kt | 104 is UpdatesStateEvent.Check -> context.copy(isChecking = true) in reduceContext() 106 isChecking = false, in reduceContext() 114 isChecking = false, in reduceContext() 122 isChecking = false, in reduceContext() 130 isChecking = false, in reduceContext()
|
| H A D | UpdatesStateContext.kt | 17 val isChecking: Boolean = false, constant in expo.modules.updates.statemachine.UpdatesStateContext 33 "isChecking" to isChecking, 76 putBoolean("isChecking", isChecking) in <lambda>()
|
| /expo/packages/expo-updates/build/ |
| H A D | UseUpdatesUtils.js | 34 isChecking: false, property 55 isChecking: context.isChecking,
|
| H A D | UseUpdatesUtils.d.ts | 12 isChecking: boolean;
|
| H A D | UseUpdates.types.d.ts | 153 isChecking: boolean;
|
| H A D | UseUpdatesUtils.js.map | 1 …isChecking: boolean;\n isDownloading: boolean;\n lastCheckForUpdateTimeSinceRestart?: Date;\n};\…
|
| H A D | Updates.types.d.ts | 295 isChecking: boolean;
|
| H A D | UseUpdates.types.js.map | 1 …rrently checking for a new available update from the server.\n */\n isChecking: boolean;\n /**…
|
| H A D | Updates.types.js.map | 1 …blicly.\n isUpdateAvailable: boolean;\n isUpdatePending: boolean;\n isChecking: boolean;\n isD…
|
| /expo/packages/expo-updates/src/statemachine/__tests__/ |
| H A D | UpdatesStateMachine-test.node.ts | 11 expect(state.context.isChecking).toBe(true); 28 expect(state.context.isChecking).toBe(false); 73 expect(state.context.isChecking).toBe(false); 102 expect(state.context.isChecking).toBe(false); 136 expect(state.context.isChecking).toBe(false);
|
| /expo/packages/expo-updates/src/__tests__/ |
| H A D | UseUpdates-test.ios.tsx | 38 isChecking: true, 48 isChecking: false, 59 isChecking: false, 69 isChecking: false, 80 isChecking: false, 90 isChecking: false, 102 isChecking: false, 113 isChecking: false,
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | UpdatesStateMachineSpec.swift | 41 expect(machine.context.isChecking) == false in spec() 60 expect(machine.context.isChecking) == false in spec() 78 expect(machine.context.isChecking) == false in spec() 96 expect(machine.context.isChecking) == false in spec()
|
| /expo/packages/expo-updates/src/__mocks__/ |
| H A D | ExpoUpdates.ts | 10 isChecking: false,
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/ |
| H A D | UpdatesStateMachineInstrumentationTest.kt | 55 Assert.assertFalse(machine.context.isChecking) in test_handleCheckAndCheckCompleteAvailable() 75 Assert.assertFalse(machine.context.isChecking) in test_handleCheckCompleteUnavailable() 119 Assert.assertFalse(machine.context.isChecking) in test_handleRollback() 140 Assert.assertFalse(machine.context.isChecking) in test_checkError()
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | App-apitest.tsx | 46 isChecking, 64 const checkingMessage = isChecking ? 'Checking for an update...\n' : ''; 90 isChecking,
|