Home
last modified time | relevance | path

Searched refs:UpdatesStateEventDownloadCompleteWithUpdate (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift74 machine.processEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: [ in spec()
123 machine.processEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: [ in spec()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift125 internal struct UpdatesStateEventDownloadCompleteWithUpdate: UpdatesStateEvent { struct
H A DUpdatesUtils.swift198 …sendStateEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: update.manifest.rawManifestJS…
H A DAppController.swift466 …stateMachine?.processEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: update.manifest.r… in appController()
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift125 internal struct UpdatesStateEventDownloadCompleteWithUpdate: UpdatesStateEvent { struct
H A DUpdatesUtils.swift286 …sendStateEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: update.manifest.rawManifestJS…
H A DAppController.swift471 …stateMachine?.processEvent(UpdatesStateEventDownloadCompleteWithUpdate(manifest: update.manifest.r… in appController()