Home
last modified time | relevance | path

Searched defs:scopeKey (Results 1 – 25 of 58) sorted by relevance

123

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/db/
H A DDatabaseIntegrityCheckTest.kt41 val scopeKey = "testScopeKey" in testFilterEmbeddedUpdates() constant
69 val scopeKey = "testScopeKey" in testMissingAssets() constant
99 val scopeKey = "testScopeKey" in testNoMissingAssets() constant
/expo/packages/expo-updates/ios/Tests/
H A DDatabaseIntegrityCheckSpec.swift50 let scopeKey = "testScopeKey" in spec() variable
108 let scopeKey = "testScopeKey" in spec() variable
H A DReaperSelectionPolicyFilterAwareSpec.swift22 let scopeKey = "dummyScope" in spec() variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesModule.swift127 guard let scopeKey = config.scopeKey else { in definition() variable
147 guard let scopeKey = config.scopeKey else { in definition() variable
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesModule.swift138 guard let scopeKey = config.scopeKey else { in definition() variable
158 guard let scopeKey = config.scopeKey else { in definition() variable
/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DExpoFirebaseMessagingDelegate.kt30 val scopeKey = remoteMessage.data[NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY] in onMessageReceived() constant
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI47_0_0EXScopedNotificationsUtils.h8 NSString *scopeKey; member
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI49_0_0EXScopedNotificationsUtils.h8 NSString *scopeKey; member
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI48_0_0EXScopedNotificationsUtils.h8 NSString *scopeKey; member
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/
H A DEXScopedNotificationsUtils.h8 NSString *scopeKey; member
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseLegacyManifest.m25 - (NSString *)scopeKey { method
H A DABI48_0_0EXManifestsNewManifest.m15 - (NSString *)scopeKey { method
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseLegacyManifest.m25 - (NSString *)scopeKey { method
H A DABI47_0_0EXManifestsNewManifest.m15 - (NSString *)scopeKey { method
/expo/packages/expo-manifests/ios/EXManifests/
H A DBaseLegacyManifest.swift20 public override func scopeKey() -> String { in scopeKey() function
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DBaseLegacyManifest.swift20 public override func scopeKey() -> String { in scopeKey() function
/expo/ios/Exponent/Kernel/Core/
H A DEXKernelAppRecord.m61 {
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesBuildData.swift31 guard let scopeKey = config.scopeKey else { in ensureBuildDataIsConsistentAsync() variable
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesBuildData.swift31 guard let scopeKey = config.scopeKey else { in ensureBuildDataIsConsistentAsync() variable
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExperienceDBObject.kt10 @PrimaryKey @Column(name = "id") var scopeKey: String? = null, variable in host.exp.exponent.storage.ExperienceDBObject
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/selectionpolicy/
H A DReaperSelectionPolicyFilterAwareTest.kt14 private val scopeKey = "dummyScope" constant in expo.modules.updates.selectionpolicy.ReaperSelectionPolicyFilterAwareTest
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DExperienceKey.kt9 val scopeKey: String constant in host.exp.exponent.kernel.ExperienceKey
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/
H A DBuildData.kt38 val scopeKey = updatesConfiguration.scopeKey in ensureBuildDataIsConsistent() constant
/expo/packages/@expo/cli/src/api/__tests__/fixtures/projects/
H A D4254c843-457a-4a6e-9b21-1506dc175ba4.json15 "scopeKey": "@bacon/yolo76", string
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/entity/
H A DJSONDataEntity.kt24 @field:ColumnInfo(name = "scope_key") var scopeKey: String variable in expo.modules.updates.db.entity.JSONDataEntity

123