Home
last modified time | relevance | path

Searched refs:UpdatesStateContext (Results 1 – 10 of 10) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift152 internal struct UpdatesStateContext { struct
180 extension UpdatesStateContext { extension
196 func copy(build: (inout Builder) -> Void) -> UpdatesStateContext {
214 fileprivate init(original: UpdatesStateContext) {
227 fileprivate func toContext() -> UpdatesStateContext { in toContext()
228 return UpdatesStateContext( in toContext()
272 internal var context: UpdatesStateContext = UpdatesStateContext()
280 context = UpdatesStateContext() in reset()
324 …private func reducedContext(_ context: UpdatesStateContext, _ event: UpdatesStateEvent) -> Updates… in reducedContext()
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift172 internal struct UpdatesStateContext { struct
211 extension UpdatesStateContext { extension
229 func copy(build: (inout Builder) -> Void) -> UpdatesStateContext {
249 fileprivate init(original: UpdatesStateContext) {
264 fileprivate func toContext() -> UpdatesStateContext { in toContext()
265 return UpdatesStateContext( in toContext()
311 internal var context: UpdatesStateContext = UpdatesStateContext()
319 context = UpdatesStateContext() in reset()
363 …private func reducedContext(_ context: UpdatesStateContext, _ event: UpdatesStateEvent) -> Updates… in reducedContext()
H A DUpdatesUtils.swift309 return UpdatesStateContext().json in defaultNativeStateMachineContextJson()
458 context: UpdatesStateContext? in startJSAPICall()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/
H A DUpdatesStateMachine.kt26 var context: UpdatesStateContext = UpdatesStateContext()
34 context = UpdatesStateContext() in reset()
102 …private fun reduceContext(context: UpdatesStateContext, event: UpdatesStateEvent): UpdatesStateCon… in reduceContext()
H A DUpdatesStateChangeEventSender.kt9 … sendUpdateStateChangeEventToBridge(eventType: UpdatesStateEventType, context: UpdatesStateContext)
H A DUpdatesStateContextRollback.kt10 get() = UpdatesStateContext.DATE_FORMATTER.format(commitTime)
H A DUpdatesStateContext.kt14 data class UpdatesStateContext( class
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesStateMachineInstrumentationTest.kt6 import expo.modules.updates.statemachine.UpdatesStateContext
26 context: UpdatesStateContext in sendUpdateStateChangeEventToBridge()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesModule.kt22 import expo.modules.updates.statemachine.UpdatesStateContext in <lambda>()
151 val context = updatesServiceLocal.stateMachine?.context ?: UpdatesStateContext() in <lambda>()
H A DUpdatesController.kt38 import expo.modules.updates.statemachine.UpdatesStateContext
560 …endUpdateStateChangeEventToBridge(eventType: UpdatesStateEventType, context: UpdatesStateContext) { in sendUpdateStateChangeEventToBridge()