| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesModule.swift | 37 guard let updatesService = updatesService, in definition() variable 38 updatesService.isStarted, in definition() 71 …guard let updatesService = updatesService, let config = updatesService.config, config.isEnabled el… in definition() variable 74 guard updatesService.canRelaunch else { in definition() 77 updatesService.requestRelaunch { success in in definition() 121 guard let updatesService = updatesService, in definition() variable 122 let config = updatesService.config, in definition() 131 updatesService.database.databaseQueue.async { in definition() 141 guard let updatesService = updatesService, in definition() variable 142 let config = updatesService.config, in definition() [all …]
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesModule.swift | 18 private let updatesService: EXUpdatesModuleInterface? variable 37 guard let updatesService = updatesService, in definition() variable 38 updatesService.isStarted, in definition() 71 …guard let updatesService = updatesService, let config = updatesService.config, config.isEnabled el… in definition() variable 74 guard updatesService.canRelaunch else { in definition() 77 updatesService.requestRelaunch { success in in definition() 132 guard let updatesService = updatesService, in definition() variable 133 let config = updatesService.config, in definition() 142 updatesService.database.databaseQueue.async { in definition() 152 guard let updatesService = updatesService, in definition() variable [all …]
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | E2ETestModule.swift | 6 private let updatesService: EXUpdatesModuleInterface? variable 10 updatesService = appContext.legacyModule(implementing: EXUpdatesModuleInterface.self)
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 47 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant 61 val updatesServiceLocal: UpdatesInterface? = updatesService in <lambda>() 110 val updatesServiceLocal = updatesService in <lambda>() 139 val updatesServiceLocal = updatesService in <lambda>() 248 val updatesServiceLocal = updatesService in <lambda>() 359 val updatesServiceLocal = updatesService in <lambda>() 400 val updatesServiceLocal = updatesService in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 45 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant 59 val updatesServiceLocal: UpdatesInterface? = updatesService in <lambda>() 105 val updatesServiceLocal = updatesService in <lambda>() 134 val updatesServiceLocal = updatesService in <lambda>() 208 val updatesServiceLocal = updatesService in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 45 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant 59 val updatesServiceLocal: UpdatesInterface? = updatesService in <lambda>() 106 val updatesServiceLocal = updatesService in <lambda>() 135 val updatesServiceLocal = updatesService in <lambda>() 209 val updatesServiceLocal = updatesService in <lambda>()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 50 private val updatesService: UpdatesInterface? by moduleRegistry() in <lambda>() constant 64 val updatesServiceLocal: UpdatesInterface? = updatesService in <lambda>() 113 val updatesServiceLocal = updatesService in <lambda>() 143 val updatesServiceLocal = updatesService in <lambda>() 164 val updatesServiceLocal = updatesService in <lambda>() 358 val updatesServiceLocal = updatesService in <lambda>() 486 val updatesServiceLocal = updatesService in <lambda>() 527 val updatesServiceLocal = updatesService in <lambda>()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesModule.m | 19 @property (nonatomic, weak) id<ABI47_0_0EXUpdatesModuleInterface> updatesService;
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesModule.m | 20 @property (nonatomic, weak) id<ABI48_0_0EXUpdatesModuleInterface> updatesService;
|