Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 32) sorted by relevance

12

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DLoaderSelectionPolicyFilterAware.swift35 _ directive: RollBackToEmbeddedUpdateDirective,
56 return launchedUpdate.commitTime.compare(directive.commitTime) == .orderedAscending
H A DSelectionPolicy.swift52 _ directive: RollBackToEmbeddedUpdateDirective,
58 directive,
H A DLoaderSelectionPolicy.swift21 _ directive: RollBackToEmbeddedUpdateDirective,
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
H A DLoaderSelectionPolicyFilterAware.swift35 _ directive: RollBackToEmbeddedUpdateDirective,
56 return launchedUpdate.commitTime.compare(directive.commitTime) == .orderedAscending
H A DSelectionPolicy.swift52 _ directive: RollBackToEmbeddedUpdateDirective,
58 directive,
H A DLoaderSelectionPolicy.swift21 _ directive: RollBackToEmbeddedUpdateDirective,
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/
H A DLoaderSelectionPolicyFilterAware.kt38 directive: UpdateDirective.RollBackToEmbeddedUpdateDirective, in shouldLoadRollBackToEmbeddedDirective()
57 } else directive.commitTime.after(launchedUpdate.commitTime) in shouldLoadRollBackToEmbeddedDirective()
H A DSelectionPolicy.kt74 directive: UpdateDirective.RollBackToEmbeddedUpdateDirective, in shouldLoadRollBackToEmbeddedDirective()
79 …return loaderSelectionPolicy.shouldLoadRollBackToEmbeddedDirective(directive, embeddedUpdate, laun… in shouldLoadRollBackToEmbeddedDirective()
H A DLoaderSelectionPolicy.kt20 directive: UpdateDirective.RollBackToEmbeddedUpdateDirective,
/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dserver.ts116 if (multipartResponseToServe.directive) {
117 form.append('directive', JSON.stringify(multipartResponseToServe.directive), {
236 async function serveSignedDirective(directive: any, projectRoot: string) {
238 const directiveString = JSON.stringify(directive);
246 directive,
/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderManifestParsingSpec.swift68 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec()
109 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec()
151 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec()
187 directive: nil, in spec()
389 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec()
473 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec()
522 directive: nil, in spec()
567 directive: CertificateFixtures.testDirectiveNoUpdateAvailableIncorrectProjectId, in spec()
624 directive: String?,
647 if let directive = directive { variable
[all …]
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DFileDownloaderManifestParsingTest.kt73 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBody() constant
91 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBody()
143 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodyOnlyDirective() constant
149 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodyOnlyDirective()
200 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode() constant
206 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode()
523 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodySigned() constant
549 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodySigned()
662 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodySignedCertificateParticularExperience() constant
696 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodySignedCertificateParticularExperience()
[all …]
/expo/templates/expo-template-tv/android/app/
H A Dproguard-rules.pro5 # directive in build.gradle.
/expo/templates/expo-template-bare-minimum/android/app/
H A Dproguard-rules.pro5 # directive in build.gradle.
/expo/apps/fabric-tester/android/app/
H A Dproguard-rules.pro5 # directive in build.gradle.
/expo/apps/bare-expo/android/app/
H A Dproguard-rules.pro5 # directive in build.gradle.
/expo/docs/pages/technical-specs/
H A Dexpo-updates-1.mdx24 - A [_directive_](#directive-response) is defined as a message from the server that instructs clien…
38 1. The client library MUST make a [request](#request) for the most recent update and directive, wit…
41 …aining a _directive_, the client library will consume the directive depending on the directive typ…
133 3. OPTIONAL `"directive"` part:
134 - MUST have part header `content-disposition: inline; name="directive"`.
137 - The [directive body](#directive-body) MUST be sent in the part body.
217 - `type`: The type of directive.
221 A conformant client library and server MAY specify and implement directive types specific to the ne…
262directive bodies. Code signing the manifest also transitively signs the assets since their hashes …
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DFileDownloader.swift670 let directive: UpdateDirective variable
672 directive = try UpdateDirective.fromJSONData(responsePartInfo.body)
684 if expoProjectInformation.projectId != directive.signingInfo?.easProjectId ||
685 expoProjectInformation.scopeKey != directive.signingInfo?.scopeKey {
700 let directive: UpdateDirective variable
702 directive = try UpdateDirective.fromJSONData(responsePartInfo.body)
714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift670 let directive: UpdateDirective variable
672 directive = try UpdateDirective.fromJSONData(responsePartInfo.body)
684 if expoProjectInformation.projectId != directive.signingInfo?.easProjectId ||
685 expoProjectInformation.scopeKey != directive.signingInfo?.scopeKey {
700 let directive: UpdateDirective variable
702 directive = try UpdateDirective.fromJSONData(responsePartInfo.body)
714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
/expo/packages/expo-updates/build/
H A DUpdates.types.js.map1directive received from the update server.\n */\n NO_UPDATE_AVAILABLE_ON_SERVER = 'noUpdateAvai…
H A DUseUpdates.types.js.map1directive to roll back to the embedded bundle.\n */\n ROLLBACK = 'rollback',\n}\n\n/**\n * Stru…
/expo/docs/
H A Ddeploy.sh199 --metadata-directive REPLACE \
209 --metadata-directive REPLACE \
/expo/packages/expo-updates/e2e/fixtures/
H A DApp-apitest.tsx68 ? `Rollback directive found, created at ${
/expo/android/expoview/
H A Dproguard-rules.pro5 # directive in build.gradle.
/expo/android/app/
H A Dproguard-rules.pro5 # directive in build.gradle.

12