| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/dao/ |
| H A D | JSONDataDao.kt | 27 abstract fun _deleteJSONDataForKey(key: String, scopeKey: String) in _loadJSONDataForKey() 32 fun loadJSONStringForKey(key: String, scopeKey: String): String? { in _loadJSONDataForKey() 33 val rows = _loadJSONDataForKey(key, scopeKey) in _loadJSONDataForKey() 40 open fun setJSONStringForKey(key: String, value: String, scopeKey: String) { in setJSONStringForKey() 41 _deleteJSONDataForKey(key, scopeKey) in setJSONStringForKey() 42 _insertJSONData(JSONDataEntity(key, value, Date(), scopeKey)) in setJSONStringForKey() 46 open fun setMultipleFields(fields: Map<String, String>, scopeKey: String) { in setMultipleFields() 50 _deleteJSONDataForKey(entry.key, scopeKey) in setMultipleFields() 51 _insertJSONData(JSONDataEntity(entry.key, entry.value, Date(), scopeKey)) in setMultipleFields() 57 val previousValue = loadJSONStringForKey(key, scopeKey) in updateJSONStringForKey() [all …]
|
| /expo/ios/Exponent/Kernel/Services/ |
| H A D | EXUpdatesManager.m | 53 - (EXAbstractLoader *)_appLoaderWithScopeKey:(NSString *)scopeKey 61 - (nullable EXUpdatesConfig *)configForScopeKey:(NSString *)scopeKey 63 return [self _appLoaderWithScopeKey:scopeKey].config; 68 return [self _appLoaderWithScopeKey:scopeKey].selectionPolicy; 76 - (nullable NSDictionary *)assetFilesMapForScopeKey:(NSString *)scopeKey 81 - (BOOL)isUsingEmbeddedAssetsForScopeKey:(NSString *)scopeKey 86 - (BOOL)isStartedForScopeKey:(NSString *)scopeKey 88 return [self _appLoaderWithScopeKey:scopeKey].appLauncher != nil; 91 - (BOOL)isEmergencyLaunchForScopeKey:(NSString *)scopeKey 93 return [self _appLoaderWithScopeKey:scopeKey].isEmergencyLaunch; [all …]
|
| H A D | EXErrorRecoveryManager.m | 48 if (!scopeKey) { 55 _experienceInfo[scopeKey] = record; 77 if (!scopeKey) { 86 _experienceInfo[scopeKey] = record; 115 for (NSString *scopeKey in scopeKeys) { 133 for (NSString *scopeKey in scopeKeys) { 144 if (!scopeKey) { 151 _experienceInfo[scopeKey] = record; 161 - (BOOL)scopeKeyIsRecoveringFromError:(NSString *)scopeKey 203 if (scopeKey) { [all …]
|
| H A D | EXErrorRecoveryManager.h | 24 - (void)setDeveloperInfo:(NSDictionary *)developerInfo forScopeKey:(NSString *)scopeKey; 25 - (NSDictionary *)developerInfoForScopeKey: (NSString *)scopeKey; 31 - (void)setError: (NSError *)error forScopeKey:(NSString *)scopeKey; 36 - (void)experienceFinishedLoadingWithScopeKey:(NSString *)scopeKey; 42 - (BOOL)scopeKeyIsRecoveringFromError:(NSString *)scopeKey; 58 - (BOOL)experienceShouldReloadOnError:(NSString *)scopeKey;
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI49_0_0EXUpdatesBinding.h | 17 - (nullable ABI49_0_0EXUpdatesConfig *)configForScopeKey:(NSString *)scopeKey; 18 - (nullable ABI49_0_0EXUpdatesSelectionPolicy *)selectionPolicyForScopeKey:(NSString *)scopeKey; 19 - (nullable ABI49_0_0EXUpdatesUpdate *)launchedUpdateForScopeKey:(NSString *)scopeKey; 20 - (nullable NSDictionary *)assetFilesMapForScopeKey:(NSString *)scopeKey; 21 - (BOOL)isUsingEmbeddedAssetsForScopeKey:(NSString *)scopeKey; 22 - (BOOL)isStartedForScopeKey:(NSString *)scopeKey; 23 - (BOOL)isEmergencyLaunchForScopeKey:(NSString *)scopeKey; 24 - (void)requestRelaunchForScopeKey:(NSString *)scopeKey withCompletion:(ABI49_0_0EXUpdatesAppRelaun… 37 - (instancetype)initWithScopeKey:(NSString *)scopeKey updatesKernelService:(id<ABI49_0_0EXUpdatesBi…
|
| H A D | ABI49_0_0EXSensorsManagerBinding.h | 14 - (void)sensorModuleDidSubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey withHandle… 15 - (void)sensorModuleDidUnsubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey; 19 - (void)sensorModuleDidSubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey withHandler… 20 - (void)sensorModuleDidUnsubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey; 23 - (void)sensorModuleDidSubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey withHandler:(v… 24 - (void)sensorModuleDidUnsubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey; 28 - (void)sensorModuleDidUnsubscribeForMagnetometerUpdatesOfExperience:(NSString *)scopeKey; 31 - (void)sensorModuleDidSubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey 33 …void)sensorModuleDidUnsubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey; 37 - (void)sensorModuleDidUnsubscribeForBarometerUpdatesOfExperience:(NSString *)scopeKey; [all …]
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/ |
| H A D | EXUpdatesBinding.h | 17 - (nullable EXUpdatesConfig *)configForScopeKey:(NSString *)scopeKey; 18 - (nullable EXUpdatesSelectionPolicy *)selectionPolicyForScopeKey:(NSString *)scopeKey; 19 - (nullable EXUpdatesUpdate *)launchedUpdateForScopeKey:(NSString *)scopeKey; 20 - (nullable NSDictionary *)assetFilesMapForScopeKey:(NSString *)scopeKey; 21 - (BOOL)isUsingEmbeddedAssetsForScopeKey:(NSString *)scopeKey; 22 - (BOOL)isStartedForScopeKey:(NSString *)scopeKey; 23 - (BOOL)isEmergencyLaunchForScopeKey:(NSString *)scopeKey; 24 - (void)requestRelaunchForScopeKey:(NSString *)scopeKey withCompletion:(EXUpdatesAppRelaunchComplet… 37 - (instancetype)initWithScopeKey:(NSString *)scopeKey updatesKernelService:(id<EXUpdatesBindingDele…
|
| H A D | EXSensorsManagerBinding.h | 14 - (void)sensorModuleDidSubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey withHandle… 15 - (void)sensorModuleDidUnsubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey; 19 - (void)sensorModuleDidSubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey withHandler… 20 - (void)sensorModuleDidUnsubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey; 23 - (void)sensorModuleDidSubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey withHandler:(v… 24 - (void)sensorModuleDidUnsubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey; 28 - (void)sensorModuleDidUnsubscribeForMagnetometerUpdatesOfExperience:(NSString *)scopeKey; 31 - (void)sensorModuleDidSubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey 33 …void)sensorModuleDidUnsubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey; 37 - (void)sensorModuleDidUnsubscribeForBarometerUpdatesOfExperience:(NSString *)scopeKey; [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI47_0_0EXScopedNotificationsUtils.h | 8 NSString *scopeKey; member 14 …uldNotificationRequest:(UNNotificationRequest *)request beHandledByExperience:(NSString *)scopeKey; 16 …(BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey; 18 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey; 20 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey; 24 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey; 27 forScopeKey:(NSString *)scopeKey;
|
| H A D | ABI47_0_0EXScopedNotificationsUtils.m | 13 return [notificationScopeKey isEqual:scopeKey]; 16 + (BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey 21 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey 23 NSString *scope = [ABI47_0_0EXScopedNotificationsUtils escapedString:scopeKey]; 28 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey 31 return [scopeFromCategoryId isEqualToString:scopeKey]; 57 components.scopeKey = [ABI47_0_0EXScopedNotificationsUtils unescapedString:scope]; 76 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey 78 NSString* legacyScopingPrefix = [NSString stringWithFormat:@"%@-", scopeKey]; 84 forScopeKey:(NSString *)scopeKey [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI49_0_0EXScopedNotificationsUtils.h | 8 NSString *scopeKey; member 14 …uldNotificationRequest:(UNNotificationRequest *)request beHandledByExperience:(NSString *)scopeKey; 16 …(BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey; 18 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey; 20 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey; 24 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey; 27 forScopeKey:(NSString *)scopeKey;
|
| H A D | ABI49_0_0EXScopedNotificationsUtils.m | 13 return [notificationScopeKey isEqual:scopeKey]; 16 + (BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey 21 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey 23 NSString *scope = [ABI49_0_0EXScopedNotificationsUtils escapedString:scopeKey]; 28 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey 31 return [scopeFromCategoryId isEqualToString:scopeKey]; 57 components.scopeKey = [ABI49_0_0EXScopedNotificationsUtils unescapedString:scope]; 76 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey 78 NSString* legacyScopingPrefix = [NSString stringWithFormat:@"%@-", scopeKey]; 84 forScopeKey:(NSString *)scopeKey [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI48_0_0EXScopedNotificationsUtils.h | 8 NSString *scopeKey; member 14 …uldNotificationRequest:(UNNotificationRequest *)request beHandledByExperience:(NSString *)scopeKey; 16 …(BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey; 18 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey; 20 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey; 24 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey; 27 forScopeKey:(NSString *)scopeKey;
|
| H A D | ABI48_0_0EXScopedNotificationsUtils.m | 13 return [notificationScopeKey isEqual:scopeKey]; 16 + (BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey 21 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey 23 NSString *scope = [ABI48_0_0EXScopedNotificationsUtils escapedString:scopeKey]; 28 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey 31 return [scopeFromCategoryId isEqualToString:scopeKey]; 57 components.scopeKey = [ABI48_0_0EXScopedNotificationsUtils unescapedString:scope]; 76 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey 78 NSString* legacyScopingPrefix = [NSString stringWithFormat:@"%@-", scopeKey]; 84 forScopeKey:(NSString *)scopeKey [all …]
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/ |
| H A D | EXScopedNotificationsUtils.h | 8 NSString *scopeKey; member 14 …uldNotificationRequest:(UNNotificationRequest *)request beHandledByExperience:(NSString *)scopeKey; 16 …(BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey; 18 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey; 20 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey; 24 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey; 27 forScopeKey:(NSString *)scopeKey;
|
| H A D | EXScopedNotificationsUtils.m | 13 return [notificationScopeKey isEqual:scopeKey]; 16 + (BOOL)shouldNotification:(UNNotification *)notification beHandledByExperience:(NSString *)scopeKey 21 + (NSString *)scopedIdentifierFromId:(NSString *)unscopedId forExperience:(NSString *)scopeKey 23 NSString *scope = [EXScopedNotificationsUtils escapedString:scopeKey]; 28 + (BOOL)isId:(NSString *)identifier scopedByExperience:(NSString *)scopeKey 31 return [scopeFromCategoryId isEqualToString:scopeKey]; 57 components.scopeKey = [EXScopedNotificationsUtils unescapedString:scope]; 76 + (BOOL)isLegacyCategoryId:(NSString *)scopedCategoryId scopedByScopeKey:(NSString *)scopeKey 78 NSString* legacyScopingPrefix = [NSString stringWithFormat:@"%@-", scopeKey]; 84 forScopeKey:(NSString *)scopeKey [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI47_0_0EXUpdatesBinding.h | 16 - (ABI47_0_0EXUpdatesConfig *)configForScopeKey:(NSString *)scopeKey; 17 - (ABI47_0_0EXUpdatesSelectionPolicy *)selectionPolicyForScopeKey:(NSString *)scopeKey; 18 - (nullable ABI47_0_0EXUpdatesUpdate *)launchedUpdateForScopeKey:(NSString *)scopeKey; 19 - (nullable NSDictionary *)assetFilesMapForScopeKey:(NSString *)scopeKey; 20 - (BOOL)isUsingEmbeddedAssetsForScopeKey:(NSString *)scopeKey; 21 - (BOOL)isStartedForScopeKey:(NSString *)scopeKey; 22 - (BOOL)isEmergencyLaunchForScopeKey:(NSString *)scopeKey; 23 - (void)requestRelaunchForScopeKey:(NSString *)scopeKey withCompletion:(ABI47_0_0EXUpdatesAppRelaun… 36 - (instancetype)initWithScopeKey:(NSString *)scopeKey updatesKernelService:(id<ABI47_0_0EXUpdatesBi…
|
| H A D | ABI47_0_0EXSensorsManagerBinding.h | 14 - (void)sensorModuleDidSubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey withHandle… 15 - (void)sensorModuleDidUnsubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey; 19 - (void)sensorModuleDidSubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey withHandler… 20 - (void)sensorModuleDidUnsubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey; 23 - (void)sensorModuleDidSubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey withHandler:(v… 24 - (void)sensorModuleDidUnsubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey; 28 - (void)sensorModuleDidUnsubscribeForMagnetometerUpdatesOfExperience:(NSString *)scopeKey; 31 - (void)sensorModuleDidSubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey 33 …void)sensorModuleDidUnsubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey; 37 - (void)sensorModuleDidUnsubscribeForBarometerUpdatesOfExperience:(NSString *)scopeKey; [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI48_0_0EXUpdatesBinding.h | 16 - (ABI48_0_0EXUpdatesConfig *)configForScopeKey:(NSString *)scopeKey; 17 - (ABI48_0_0EXUpdatesSelectionPolicy *)selectionPolicyForScopeKey:(NSString *)scopeKey; 18 - (nullable ABI48_0_0EXUpdatesUpdate *)launchedUpdateForScopeKey:(NSString *)scopeKey; 19 - (nullable NSDictionary *)assetFilesMapForScopeKey:(NSString *)scopeKey; 20 - (BOOL)isUsingEmbeddedAssetsForScopeKey:(NSString *)scopeKey; 21 - (BOOL)isStartedForScopeKey:(NSString *)scopeKey; 22 - (BOOL)isEmergencyLaunchForScopeKey:(NSString *)scopeKey; 23 - (void)requestRelaunchForScopeKey:(NSString *)scopeKey withCompletion:(ABI48_0_0EXUpdatesAppRelaun… 36 - (instancetype)initWithScopeKey:(NSString *)scopeKey updatesKernelService:(id<ABI48_0_0EXUpdatesBi…
|
| H A D | ABI48_0_0EXSensorsManagerBinding.h | 14 - (void)sensorModuleDidSubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey withHandle… 15 - (void)sensorModuleDidUnsubscribeForAccelerometerUpdatesOfExperience:(NSString *)scopeKey; 19 - (void)sensorModuleDidSubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey withHandler… 20 - (void)sensorModuleDidUnsubscribeForDeviceMotionUpdatesOfExperience:(NSString *)scopeKey; 23 - (void)sensorModuleDidSubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey withHandler:(v… 24 - (void)sensorModuleDidUnsubscribeForGyroscopeUpdatesOfExperience:(NSString *)scopeKey; 28 - (void)sensorModuleDidUnsubscribeForMagnetometerUpdatesOfExperience:(NSString *)scopeKey; 31 - (void)sensorModuleDidSubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey 33 …void)sensorModuleDidUnsubscribeForMagnetometerUncalibratedUpdatesOfExperience:(NSString *)scopeKey; 37 - (void)sensorModuleDidUnsubscribeForBarometerUpdatesOfExperience:(NSString *)scopeKey; [all …]
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/ |
| H A D | UpdatesBuildData.swift | 31 guard let scopeKey = config.scopeKey else { in ensureBuildDataIsConsistentAsync() variable 41 staticBuildData = try database.staticBuildData(withScopeKey: scopeKey) in ensureBuildDataIsConsistentAsync() 52 … clearAllUpdatesAndSetStaticBuildData(database: database, config: config, scopeKey: scopeKey) in ensureBuildDataIsConsistentAsync() 56 try database.setStaticBuildData(getBuildDataFromConfig(config), withScopeKey: scopeKey) in ensureBuildDataIsConsistentAsync() 73 …lUpdatesAndSetStaticBuildData(database: UpdatesDatabase, config: UpdatesConfig, scopeKey: String) { in clearAllUpdatesAndSetStaticBuildData() 90 try database.setStaticBuildData(getBuildDataFromConfig(config), withScopeKey: scopeKey) in clearAllUpdatesAndSetStaticBuildData()
|
| /expo/packages/expo-updates/ios/EXUpdates/Database/ |
| H A D | UpdatesBuildData.swift | 31 guard let scopeKey = config.scopeKey else { in ensureBuildDataIsConsistentAsync() variable 41 staticBuildData = try database.staticBuildData(withScopeKey: scopeKey) in ensureBuildDataIsConsistentAsync() 52 … clearAllUpdatesAndSetStaticBuildData(database: database, config: config, scopeKey: scopeKey) in ensureBuildDataIsConsistentAsync() 56 try database.setStaticBuildData(getBuildDataFromConfig(config), withScopeKey: scopeKey) in ensureBuildDataIsConsistentAsync() 73 …lUpdatesAndSetStaticBuildData(database: UpdatesDatabase, config: UpdatesConfig, scopeKey: String) { in clearAllUpdatesAndSetStaticBuildData() 90 try database.setStaticBuildData(getBuildDataFromConfig(config), withScopeKey: scopeKey) in clearAllUpdatesAndSetStaticBuildData()
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/ScopedModule/ |
| H A D | ABI48_0_0EXScopedEventEmitter.m | 16 return ((ABI48_0_0EXScopedEventEmitter *)eventEmitter).scopeKey; 22 scopeKey:(NSString *)scopeKey 28 _scopeKey = scopeKey; 34 scopeKey:(NSString *)scopeKey 40 _scopeKey = scopeKey;
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/ScopedModule/ |
| H A D | ABI49_0_0EXScopedEventEmitter.m | 16 return ((ABI49_0_0EXScopedEventEmitter *)eventEmitter).scopeKey; 22 scopeKey:(NSString *)scopeKey 28 _scopeKey = scopeKey; 34 scopeKey:(NSString *)scopeKey 40 _scopeKey = scopeKey;
|
| /expo/ios/Exponent/Versioned/Core/ScopedModule/ |
| H A D | EXScopedEventEmitter.m | 16 return ((EXScopedEventEmitter *)eventEmitter).scopeKey; 22 scopeKey:(NSString *)scopeKey 28 _scopeKey = scopeKey; 34 scopeKey:(NSString *)scopeKey 40 _scopeKey = scopeKey;
|