Home
last modified time | relevance | path

Searched refs:directiveUpdateResponsePart (Results 1 – 25 of 28) sorted by relevance

12

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DUpdateResponse.swift89 let directiveUpdateResponsePart: DirectiveUpdateResponsePart? variable
94 directiveUpdateResponsePart: DirectiveUpdateResponsePart?
98 self.directiveUpdateResponsePart = directiveUpdateResponsePart
H A DFileDownloader.swift25 private typealias ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateRespo…
373 directiveUpdateResponsePart: nil
440 directiveUpdateResponsePart: nil
581 directiveUpdateResponsePart: parseDirectiveResponse
591 ) { directiveUpdateResponsePart in
592 parseDirectiveResponse = directiveUpdateResponsePart
H A DEmbeddedAppLoader.swift127 directiveUpdateResponsePart: nil
H A DAppLoaderTask.swift339 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 DUpdateResponse.swift94 public let directiveUpdateResponsePart: DirectiveUpdateResponsePart? variable
99 directiveUpdateResponsePart: DirectiveUpdateResponsePart?
103 self.directiveUpdateResponsePart = directiveUpdateResponsePart
H A DFileDownloader.swift25 private typealias ParseDirectiveSuccessBlock = (_ directiveUpdateResponsePart: DirectiveUpdateRespo…
373 directiveUpdateResponsePart: nil
440 directiveUpdateResponsePart: nil
581 directiveUpdateResponsePart: parseDirectiveResponse
591 ) { directiveUpdateResponsePart in
592 parseDirectiveResponse = directiveUpdateResponsePart
H A DEmbeddedAppLoader.swift127 directiveUpdateResponsePart: nil
H A DRemoteAppLoader.swift143 …if let rollBackDirective = updateResponse?.directiveUpdateResponsePart?.updateDirective as? RollBa…
H A DAppLoaderTask.swift376 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderManifestParsingSpec.swift85 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 DFileDownloaderManifestParsingTest.kt133 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 DRemoteLoaderTest.kt72 directiveUpdateResponsePart = null in setup()
266 directiveUpdateResponsePart = null in testRemoteLoader_DevelopmentModeManifest()
291directiveUpdateResponsePart = UpdateResponsePart.DirectiveUpdateResponsePart(updateDirective) in testRemoteLoader_RollBackDirective()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DRemoteUpdate.kt38 val directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart? constant in UpdateResponse
H A DFileDownloader.kt120 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 DEmbeddedLoader.kt62 directiveUpdateResponsePart = null in loadRemoteUpdate()
H A DLoader.kt151 val updateDirective = updateResponse!!.directiveUpdateResponsePart?.updateDirective in finishWithSuccess()
H A DLoaderTask.kt360 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesUtils.swift80 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
144 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
181 …if updateResponse?.directiveUpdateResponsePart?.updateDirective is RollBackToEmbeddedUpdateDirecti…
H A DDevLauncherController.swift87 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
/expo/ios/Client/
H A DHomeAppLoader.swift74 directiveUpdateResponsePart: nil
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesUtils.swift94 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
220 if let updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective {
H A DDevLauncherController.swift87 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 DUpdatesModule.kt168 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 DUpdatesDevLauncherController.kt97 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in fetchUpdateWithConfiguration()
H A DUpdatesModule.kt193 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>()
397 val updateDirective = updateResponse.directiveUpdateResponsePart?.updateDirective in <lambda>()

12