Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift142 machine.processEvent(UpdatesStateEventDownloadComplete()) in spec()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift141 internal struct UpdatesStateEventDownloadComplete: UpdatesStateEvent { struct
H A DUpdatesUtils.swift206 sendStateEvent(UpdatesStateEventDownloadComplete())
H A DAppController.swift481 stateMachine?.processEvent(UpdatesStateEventDownloadComplete()) in appController()
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift143 internal struct UpdatesStateEventDownloadComplete: UpdatesStateEvent { struct
H A DUpdatesUtils.swift293 sendStateEvent(UpdatesStateEventDownloadComplete())
H A DAppController.swift486 stateMachine?.processEvent(UpdatesStateEventDownloadComplete()) in appController()