Home
last modified time | relevance | path

Searched refs:parseManifestResponse (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderManifestParsingSpec.swift37 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
74 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
115 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
157 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
194 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
226 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
258 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
288 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
318 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
352 …downloader.parseManifestResponse(response, withData: bodyData, database: database) { updateRespons… in spec()
[all …]
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/
H A DABI48_0_0EXUpdatesFileDownloader.h54 - (void)parseManifestResponse:(NSHTTPURLResponse *)httpResponse
H A DABI48_0_0EXUpdatesFileDownloader.m153 - (void)parseManifestResponse:(NSHTTPURLResponse *)httpResponse
451 return [self parseManifestResponse:(NSHTTPURLResponse *)response
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/
H A DABI47_0_0EXUpdatesFileDownloader.h54 - (void)parseManifestResponse:(NSHTTPURLResponse *)httpResponse
H A DABI47_0_0EXUpdatesFileDownloader.m153 - (void)parseManifestResponse:(NSHTTPURLResponse *)httpResponse
451 return [self parseManifestResponse:(NSHTTPURLResponse *)response
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DFileDownloader.swift214 …self.parseManifestResponse(response, withData: data, database: database, successBlock: successBloc…
353 func parseManifestResponse(
568 var parseManifestResponse: ManifestUpdateResponsePart? variable
574 let isManifestDone = manifestResponseInfo == nil || parseManifestResponse != nil
580 manifestUpdateResponsePart: parseManifestResponse,
609 parseManifestResponse = manifestUpdateResponsePart
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift214 …self.parseManifestResponse(response, withData: data, database: database, successBlock: successBloc…
353 func parseManifestResponse(
568 var parseManifestResponse: ManifestUpdateResponsePart? variable
574 let isManifestDone = manifestResponseInfo == nil || parseManifestResponse != nil
580 manifestUpdateResponsePart: parseManifestResponse,
609 parseManifestResponse = manifestUpdateResponsePart
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DFileDownloader.kt285 var parseManifestResponse: UpdateResponsePart.ManifestUpdateResponsePart? = null in <lambda>() variable
293 val isManifestDone = manifestResponseInfo == null || parseManifestResponse != null in <lambda>()
300 manifestUpdateResponsePart = parseManifestResponse, in <lambda>()
343 parseManifestResponse = manifestUpdateResponsePart in <lambda>()