Searched refs:UpdatesStateContext (Results 1 – 10 of 10) sorted by relevance
152 internal struct UpdatesStateContext { struct180 extension UpdatesStateContext { extension196 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()
172 internal struct UpdatesStateContext { struct211 extension UpdatesStateContext { extension229 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()
309 return UpdatesStateContext().json in defaultNativeStateMachineContextJson()458 context: UpdatesStateContext? in startJSAPICall()
26 var context: UpdatesStateContext = UpdatesStateContext()34 context = UpdatesStateContext() in reset()102 …private fun reduceContext(context: UpdatesStateContext, event: UpdatesStateEvent): UpdatesStateCon… in reduceContext()
9 … sendUpdateStateChangeEventToBridge(eventType: UpdatesStateEventType, context: UpdatesStateContext)
10 get() = UpdatesStateContext.DATE_FORMATTER.format(commitTime)
14 data class UpdatesStateContext( class
6 import expo.modules.updates.statemachine.UpdatesStateContext26 context: UpdatesStateContext in sendUpdateStateChangeEventToBridge()
22 import expo.modules.updates.statemachine.UpdatesStateContext in <lambda>()151 val context = updatesServiceLocal.stateMachine?.context ?: UpdatesStateContext() in <lambda>()
38 import expo.modules.updates.statemachine.UpdatesStateContext560 …endUpdateStateChangeEventToBridge(eventType: UpdatesStateEventType, context: UpdatesStateContext) { in sendUpdateStateChangeEventToBridge()