Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesUtils.swift98 sendStateEvent(UpdatesStateEventCheckComplete())
106 sendStateEvent(UpdatesStateEventCheckComplete())
115 sendStateEvent(UpdatesStateEventCheckComplete())
129 sendStateEvent(UpdatesStateEventCheckComplete())
152 sendStateEvent(UpdatesStateEventCheckComplete())
192 sendStateEvent(UpdatesStateEventCheckComplete())
H A DUpdatesStateMachine.swift117 internal struct UpdatesStateEventCheckComplete: UpdatesStateEvent { struct
H A DAppController.swift361 event = UpdatesStateEventCheckComplete() in appController()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesUtils.swift84 sendStateEvent(UpdatesStateEventCheckComplete())
100 sendStateEvent(UpdatesStateEventCheckComplete())
116 sendStateEvent(UpdatesStateEventCheckComplete())
H A DUpdatesStateMachine.swift117 internal struct UpdatesStateEventCheckComplete: UpdatesStateEvent { struct
H A DAppController.swift355 var event: UpdatesStateEvent = UpdatesStateEventCheckComplete() in appController()
/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift58 machine.processEvent(UpdatesStateEventCheckComplete()) in spec()