Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift71 machine.processEvent(UpdatesStateEventDownload()) in spec()
117 machine.processEvent(UpdatesStateEventDownload()) in spec()
139 machine.processEvent(UpdatesStateEventDownload()) in spec()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DAppController.swift366 stateMachine?.processEvent(UpdatesStateEventDownload()) in appController()
443 stateMachine?.processEvent(UpdatesStateEventDownload()) in appController()
H A DUpdatesStateMachine.swift65 internal struct UpdatesStateEventDownload: UpdatesStateEvent { struct
H A DUpdatesUtils.swift131 sendStateEvent(UpdatesStateEventDownload())
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift65 internal struct UpdatesStateEventDownload: UpdatesStateEvent { struct
H A DUpdatesUtils.swift207 sendStateEvent(UpdatesStateEventDownload())
H A DAppController.swift374 stateMachine?.processEvent(UpdatesStateEventDownload()) in appController()