| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | UpdateResponse.swift | 89 let directiveUpdateResponsePart: DirectiveUpdateResponsePart? variable 94 directiveUpdateResponsePart: DirectiveUpdateResponsePart? 98 self.directiveUpdateResponsePart = directiveUpdateResponsePart
|
| H A D | FileDownloader.swift | 25 private typealias ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateRespo… 373 directiveUpdateResponsePart: nil 440 directiveUpdateResponsePart: nil 581 directiveUpdateResponsePart: parseDirectiveResponse 591 ) { directiveUpdateResponsePart in 592 parseDirectiveResponse = directiveUpdateResponsePart
|
| H A D | EmbeddedAppLoader.swift | 127 directiveUpdateResponsePart: nil
|
| H A D | AppLoaderTask.swift | 339 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective { 433 …if let rollBackDirective = updateResponse?.directiveUpdateResponsePart?.updateDirective as? RollBa… in handleRemoteUpdateResponseLoaded()
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | UpdateResponse.swift | 94 public let directiveUpdateResponsePart: DirectiveUpdateResponsePart? variable 99 directiveUpdateResponsePart: DirectiveUpdateResponsePart? 103 self.directiveUpdateResponsePart = directiveUpdateResponsePart
|
| H A D | FileDownloader.swift | 25 private typealias ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateRespo… 373 directiveUpdateResponsePart: nil 440 directiveUpdateResponsePart: nil 581 directiveUpdateResponsePart: parseDirectiveResponse 591 ) { directiveUpdateResponsePart in 592 parseDirectiveResponse = directiveUpdateResponsePart
|
| H A D | EmbeddedAppLoader.swift | 127 directiveUpdateResponsePart: nil
|
| H A D | RemoteAppLoader.swift | 143 …if let rollBackDirective = updateResponse?.directiveUpdateResponsePart?.updateDirective as? RollBa…
|
| H A D | AppLoaderTask.swift | 376 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | FileDownloaderManifestParsingSpec.swift | 85 expect(resultUpdateResponse?.directiveUpdateResponsePart).notTo(beNil()) in spec() 86 …expect(resultUpdateResponse?.directiveUpdateResponsePart?.updateDirective is NoUpdateAvailableUpda… in spec() 126 expect(resultUpdateResponse?.directiveUpdateResponsePart).notTo(beNil()) in spec() 127 …expect(resultUpdateResponse?.directiveUpdateResponsePart?.updateDirective is NoUpdateAvailableUpda… in spec() 204 expect(resultUpdateResponse?.directiveUpdateResponsePart).to(beNil()) in spec() 236 expect(resultUpdateResponse?.directiveUpdateResponsePart).to(beNil()) in spec() 268 expect(resultUpdateResponse?.directiveUpdateResponsePart).to(beNil()) in spec() 298 expect(resultUpdateResponse?.directiveUpdateResponsePart).to(beNil()) in spec() 407 expect(resultUpdateResponse?.directiveUpdateResponsePart).notTo(beNil()) in spec() 408 …expect(resultUpdateResponse?.directiveUpdateResponsePart?.updateDirective is NoUpdateAvailableUpda… in spec() [all …]
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/ |
| H A D | FileDownloaderManifestParsingTest.kt | 133 Assert.assertNotNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_MultipartBody() 134 …Assert.assertTrue(resultUpdateResponse!!.directiveUpdateResponsePart!!.updateDirective is UpdateDi… in testManifestParsing_MultipartBody() 190 Assert.assertNotNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_MultipartBodyOnlyDirective() 191 …Assert.assertTrue(resultUpdateResponse!!.directiveUpdateResponsePart!!.updateDirective is UpdateDi… in testManifestParsing_MultipartBodyOnlyDirective() 297 Assert.assertNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_MultipartBodyNoRelevantParts() 340 Assert.assertNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_MultipartBodyEmpty() 379 Assert.assertNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_NullBodyResponseProtocol1() 418 Assert.assertNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_204ResponseProtocol1() 595 Assert.assertNotNull(resultUpdateResponse!!.directiveUpdateResponsePart) in testManifestParsing_MultipartBodySigned() 596 …Assert.assertTrue(resultUpdateResponse!!.directiveUpdateResponsePart!!.updateDirective is UpdateDi… in testManifestParsing_MultipartBodySigned() [all …]
|
| H A D | RemoteLoaderTest.kt | 72 directiveUpdateResponsePart = null in setup() 266 directiveUpdateResponsePart = null in testRemoteLoader_DevelopmentModeManifest() 291 … directiveUpdateResponsePart = UpdateResponsePart.DirectiveUpdateResponsePart(updateDirective) in testRemoteLoader_RollBackDirective()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | RemoteUpdate.kt | 38 val directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart? constant in UpdateResponse
|
| H A D | FileDownloader.kt | 120 directiveUpdateResponsePart = null in <lambda>() 174 directiveUpdateResponsePart = null in <lambda>() 301 directiveUpdateResponsePart = parseDirectiveResponse in <lambda>() 321 …override fun onSuccess(directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart… in <lambda>() 322 parseDirectiveResponse = directiveUpdateResponsePart in <lambda>() 358 fun onSuccess(directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart) in <lambda>()
|
| H A D | EmbeddedLoader.kt | 62 directiveUpdateResponsePart = null in loadRemoteUpdate()
|
| H A D | Loader.kt | 151 val updateDirective = updateResponse!!.directiveUpdateResponsePart?.updateDirective in finishWithSuccess()
|
| H A D | LoaderTask.kt | 360 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesUtils.swift | 80 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective { 144 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective { 181 …if updateResponse?.directiveUpdateResponsePart?.updateDirective is RollBackToEmbeddedUpdateDirecti…
|
| H A D | DevLauncherController.swift | 87 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
|
| /expo/ios/Client/ |
| H A D | HomeAppLoader.swift | 74 directiveUpdateResponsePart: nil
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesUtils.swift | 94 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective { 220 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
|
| H A D | DevLauncherController.swift | 87 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/ |
| H A D | UpdatesModule.kt | 168 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>() 286 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesDevLauncherController.kt | 97 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in fetchUpdateWithConfiguration()
|
| H A D | UpdatesModule.kt | 193 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>() 397 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>()
|