Home
last modified time | relevance | path

Searched refs:processEvent (Results 1 – 25 of 42) sorted by relevance

12

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift33 machine.processEvent(UpdatesStateEventCheck()) in spec()
55 machine.processEvent(UpdatesStateEventCheck()) in spec()
58 machine.processEvent(UpdatesStateEventCheckComplete()) in spec()
71 machine.processEvent(UpdatesStateEventDownload()) in spec()
91 machine.processEvent(UpdatesStateEventCheck()) in spec()
108 machine.processEvent(UpdatesStateEventCheck()) in spec()
117 machine.processEvent(UpdatesStateEventDownload()) in spec()
132 machine.processEvent(UpdatesStateEventRestart()) in spec()
136 machine.processEvent(UpdatesStateEventCheck()) in spec()
139 machine.processEvent(UpdatesStateEventDownload()) in spec()
[all …]
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesStateMachineInstrumentationTest.kt44 machine.processEvent(UpdatesStateEvent.Check()) in test_handleCheckAndCheckCompleteAvailable()
49 machine.processEvent( in test_handleCheckAndCheckCompleteAvailable()
67 machine.processEvent(UpdatesStateEvent.Check()) in test_handleCheckCompleteUnavailable()
87 machine.processEvent(UpdatesStateEvent.Download()) in test_handleDownloadAndDownloadComplete()
92 machine.processEvent( in test_handleDownloadAndDownloadComplete()
112 machine.processEvent(UpdatesStateEvent.Check()) in test_handleRollback()
131 machine.processEvent(UpdatesStateEvent.Check()) in test_checkError()
136 machine.processEvent( in test_checkError()
151 machine.processEvent(UpdatesStateEvent.Check()) in test_invalidTransitions()
154 machine.processEvent(UpdatesStateEvent.Download()) in test_invalidTransitions()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/
H A DUpdatesModule.kt147 updatesServiceLocal.stateMachine?.processEvent(UpdatesStateEvent.Check()) in <lambda>()
177 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
188 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
202 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
220 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
229 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
256 updatesServiceLocal.stateMachine?.processEvent(UpdatesStateEvent.Download()) in <lambda>()
272 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
315 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
323 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
[all …]
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DAppController.swift313 stateMachine?.processEvent(UpdatesStateEventRestart()) in appController()
349 stateMachine?.processEvent(UpdatesStateEventCheck()) in appController()
361 stateMachine?.processEvent(event) in appController()
366 stateMachine?.processEvent(UpdatesStateEventDownload()) in appController()
414 stateMachine?.processEvent(UpdatesStateEventDownloadError(message: error.localizedDescription)) in appController()
443 stateMachine?.processEvent(UpdatesStateEventDownload()) in appController()
444 … stateMachine?.processEvent(UpdatesStateEventDownloadError(message: error.localizedDescription)) in appController()
446 stateMachine?.processEvent(UpdatesStateEventCheckError(message: error.localizedDescription)) in appController()
449 … stateMachine?.processEvent(UpdatesStateEventDownloadError(message: error.localizedDescription)) in appController()
466 …stateMachine?.processEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: update.manifest.r… in appController()
[all …]
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/
H A DABI48_0_0REAEventNode.h6 - (void)processEvent:(id<ABI48_0_0RCTEvent>)event;
H A DABI48_0_0REAEventNode.m17 - (void)processEvent:(id<ABI48_0_0RCTEvent>)event
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/
H A DABI47_0_0REAEventNode.h6 - (void)processEvent:(id<ABI47_0_0RCTEvent>)event;
H A DABI47_0_0REAEventNode.m17 - (void)processEvent:(id<ABI47_0_0RCTEvent>)event
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesController.kt285 stateMachine.processEvent(UpdatesStateEvent.Check()) in start()
294 stateMachine.processEvent(event) in start()
310 stateMachine.processEvent(UpdatesStateEvent.Download()) in start()
350 stateMachine.processEvent(UpdatesStateEvent.Download()) in start()
351 stateMachine.processEvent( in start()
356 stateMachine.processEvent( in start()
362 stateMachine.processEvent( in start()
377 stateMachine.processEvent( in start()
387 stateMachine.processEvent(UpdatesStateEvent.DownloadComplete()) in start()
508 stateMachine.processEvent(UpdatesStateEvent.Restart()) in relaunchReactApplication()
H A DUpdatesModule.kt172 updatesServiceLocal.stateMachine?.processEvent(UpdatesStateEvent.Check()) in <lambda>()
344 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
366 updatesServiceLocal.stateMachine?.processEvent(UpdatesStateEvent.Download()) in <lambda>()
383 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
438 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
449 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
467 updatesServiceLocal.stateMachine?.processEvent( in <lambda>()
/expo/packages/expo-updates/ios/EXUpdates/
H A DAppController.swift318 stateMachine?.processEvent(UpdatesStateEventRestart()) in appController()
354 stateMachine?.processEvent(UpdatesStateEventCheck()) in appController()
369 stateMachine?.processEvent(event) in appController()
374 stateMachine?.processEvent(UpdatesStateEventDownload()) in appController()
422 stateMachine?.processEvent(UpdatesStateEventDownloadError(message: error.localizedDescription)) in appController()
451 stateMachine?.processEvent(UpdatesStateEventCheckError(message: error.localizedDescription)) in appController()
454 … stateMachine?.processEvent(UpdatesStateEventDownloadError(message: error.localizedDescription)) in appController()
471 …stateMachine?.processEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: update.manifest.r… in appController()
486 stateMachine?.processEvent(UpdatesStateEventDownloadComplete()) in appController()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
H A DEventHandlerRegistry.cpp25 void EventHandlerRegistry::processEvent( in processEvent() function in reanimated::EventHandlerRegistry
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
H A DEventHandlerRegistry.cpp25 void EventHandlerRegistry::processEvent( in processEvent() function in ABI48_0_0reanimated::EventHandlerRegistry
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
H A DEventHandlerRegistry.cpp25 void EventHandlerRegistry::processEvent( in processEvent() function in reanimated::EventHandlerRegistry
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
H A DEventHandlerRegistry.cpp25 void EventHandlerRegistry::processEvent( in processEvent() function in ABI49_0_0reanimated::EventHandlerRegistry
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
H A DEventHandlerRegistry.cpp25 void EventHandlerRegistry::processEvent( in processEvent() function in reanimated::EventHandlerRegistry
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.h30 void processEvent(
H A DEventHandlerRegistry.cpp25 void EventHandlerRegistry::processEvent( in processEvent() function in reanimated::EventHandlerRegistry

12