| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogger.swift | 19 @objc(trace:code:updateId:assetId:) 23 updateId: String?, 43 @objc(debug:code:updateId:assetId:) 47 updateId: String?, 67 @objc(info:code:updateId:assetId:) 71 updateId: String?, 95 updateId: String?, 119 updateId: String?, 138 updateId: String?, 157 updateId: String?, [all …]
|
| H A D | UpdatesLogEntry.swift | 13 var updateId: String? // EAS update ID, if any variable 39 if let updateId = updateId { in asDict() variable 40 result["updateId"] = updateId in asDict()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogger.swift | 19 @objc(trace:code:updateId:assetId:) 23 updateId: String?, 43 @objc(debug:code:updateId:assetId:) 47 updateId: String?, 67 @objc(info:code:updateId:assetId:) 71 updateId: String?, 95 updateId: String?, 119 updateId: String?, 138 updateId: String?, 157 updateId: String?, [all …]
|
| H A D | UpdatesLogEntry.swift | 13 var updateId: String? // EAS update ID, if any variable 39 if let updateId = updateId { in asDict() variable 40 result["updateId"] = updateId in asDict()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogger.swift | 21 updateId: String?, 24 …let entry = logEntryString(message: message, code: code, level: .trace, updateId: updateId, assetI… 42 updateId: String?, 45 …let entry = logEntryString(message: message, code: code, level: .debug, updateId: updateId, assetI… 63 updateId: String?, 66 …let entry = logEntryString(message: message, code: code, level: .info, updateId: updateId, assetId… 84 updateId: String?, 105 updateId: String?, 122 updateId: String?, 140 updateId: String?, [all …]
|
| H A D | UpdatesLogEntry.swift | 13 var updateId: String? // EAS update ID, if any variable 39 if let updateId = updateId { in asDict() variable 40 result["updateId"] = updateId in asDict()
|
| /expo/packages/expo-updates/ios/EXUpdates/Logging/ |
| H A D | UpdatesLogger.swift | 21 updateId: String?, 24 …let entry = logEntryString(message: message, code: code, level: .trace, updateId: updateId, assetI… 42 updateId: String?, 45 …let entry = logEntryString(message: message, code: code, level: .debug, updateId: updateId, assetI… 63 updateId: String?, 66 …let entry = logEntryString(message: message, code: code, level: .info, updateId: updateId, assetId… 84 updateId: String?, 105 updateId: String?, 122 updateId: String?, 140 updateId: String?, [all …]
|
| H A D | UpdatesLogEntry.swift | 13 var updateId: String? // EAS update ID, if any variable 39 if let updateId = updateId { in asDict() variable 40 result["updateId"] = updateId in asDict()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | LauncherSelectionPolicySingleUpdate.swift | 11 let updateId: UUID variable 13 public required init(updateId: UUID) { 14 self.updateId = updateId 19 return update.updateId == self.updateId in launchableUpdate()
|
| /expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/ |
| H A D | LauncherSelectionPolicySingleUpdate.swift | 11 let updateId: UUID variable 13 public required init(updateId: UUID) { 14 self.updateId = updateId 19 return update.updateId == self.updateId in launchableUpdate()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/logging/ |
| H A D | UpdatesLogger.kt | 27 updateId: String?, in <lambda>() 30 logger.trace(logEntryString(message, code, LogType.Trace, updateId, assetId)) in <lambda>() 43 updateId: String?, in <lambda>() 59 updateId: String?, in <lambda>() 62 logger.info(logEntryString(message, code, LogType.Info, updateId, assetId)) in <lambda>() 75 updateId: String?, in <lambda>() 78 logger.warn(logEntryString(message, code, LogType.Warn, updateId, assetId)) in <lambda>() 92 updateId: String?, in <lambda>() 110 updateId: String?, in <lambda>() 129 updateId: String?, in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/logging/ |
| H A D | UpdatesLogger.kt | 27 updateId: String?, in <lambda>() 30 logger.trace(logEntryString(message, code, LogType.Trace, updateId, assetId)) in <lambda>() 43 updateId: String?, in <lambda>() 59 updateId: String?, in <lambda>() 62 logger.info(logEntryString(message, code, LogType.Info, updateId, assetId)) in <lambda>() 75 updateId: String?, in <lambda>() 78 logger.warn(logEntryString(message, code, LogType.Warn, updateId, assetId)) in <lambda>() 92 updateId: String?, in <lambda>() 110 updateId: String?, in <lambda>() 129 updateId: String?, in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/logging/ |
| H A D | UpdatesLogger.kt | 27 updateId: String?, in <lambda>() 30 logger.trace(logEntryString(message, code, LogType.Trace, updateId, assetId)) in <lambda>() 43 updateId: String?, in <lambda>() 59 updateId: String?, in <lambda>() 62 logger.info(logEntryString(message, code, LogType.Info, updateId, assetId)) in <lambda>() 75 updateId: String?, in <lambda>() 78 logger.warn(logEntryString(message, code, LogType.Warn, updateId, assetId)) in <lambda>() 92 updateId: String?, in <lambda>() 110 updateId: String?, in <lambda>() 129 updateId: String?, in <lambda>() [all …]
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/logging/ |
| H A D | UpdatesLogger.kt | 27 updateId: String?, in <lambda>() 30 logger.trace(logEntryString(message, code, LogType.Trace, updateId, assetId)) in <lambda>() 43 updateId: String?, in <lambda>() 59 updateId: String?, in <lambda>() 62 logger.info(logEntryString(message, code, LogType.Info, updateId, assetId)) in <lambda>() 75 updateId: String?, in <lambda>() 78 logger.warn(logEntryString(message, code, LogType.Warn, updateId, assetId)) in <lambda>() 92 updateId: String?, in <lambda>() 110 updateId: String?, in <lambda>() 129 updateId: String?, in <lambda>() [all …]
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | ABI48_0_0EXUpdatesLauncherSelectionPolicySingleUpdate.m | 9 @property (nonatomic, strong) NSUUID *updateId; 15 - (instancetype)initWithUpdateID:(NSUUID *)updateId 18 _updateId = updateId; 26 if ([update.updateId isEqual:_updateId]) {
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | ABI47_0_0EXUpdatesLauncherSelectionPolicySingleUpdate.m | 9 @property (nonatomic, strong) NSUUID *updateId; 15 - (instancetype)initWithUpdateID:(NSUUID *)updateId 18 _updateId = updateId; 26 if ([update.updateId isEqual:_updateId]) {
|
| /expo/packages/expo-updates/build/ |
| H A D | UseUpdates.types.d.ts | 13 updateId?: string; 85 updateId: string; 108 updateId: undefined;
|
| H A D | UseUpdatesUtils.js | 5 updateId: Updates.updateId ?? undefined, property 17 updateId: manifest.id ?? '', 30 updateId: undefined, property
|
| /expo/packages/expo-updates/src/ |
| H A D | UseUpdates.types.ts | 14 updateId?: string; 88 updateId: string; 112 updateId: undefined;
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | DatabaseIntegrityCheckSpec.swift | 61 updateId: UUID(), in spec() 74 updateId: UUID(), in spec() 94 expect(update2.updateId) == allUpdates.first?.updateId in spec() 119 updateId: UUID(), in spec() 132 updateId: UUID(), in spec() 145 try! db.addNewAssets([asset1], toUpdateWithId: update1.updateId) in spec() 146 try! db.addNewAssets([asset2], toUpdateWithId: update2.updateId) in spec()
|
| H A D | ReaperSelectionPolicyFilterAwareSpec.swift | 31 updateId: UUID(), in spec() 44 updateId: UUID(), in spec() 57 updateId: UUID(), in spec() 70 updateId: UUID(), in spec() 83 updateId: UUID(), in spec() 129 updateId: update4.updateId, in spec()
|
| /expo/packages/expo-updates/src/statemachine/__tests__/ |
| H A D | UpdatesStateMachine-test.node.ts | 30 expect(state.context.latestManifest).toEqual({ updateId: testUpdateId }); 43 body: { manifest: { updateId: testUpdateId } }, 75 expect(state.context.latestManifest).toEqual({ updateId: testUpdateId }); 76 expect(state.context.downloadedManifest).toEqual({ updateId: testUpdateId }); 89 body: { manifest: { updateId: testUpdateId } }, 139 expect(state.context.downloadedManifest).toEqual({ updateId: testUpdateId }); 152 body: { manifest: { updateId: testUpdateId } }, 160 body: { manifest: { updateId: testUpdateId } },
|
| /expo/packages/expo-updates/ios/EXUpdates/Update/ |
| H A D | Update.swift | 83 public let updateId: UUID variable 105 updateId: UUID, 114 self.updateId = updateId 198 assetsLocal = try! database.assets(withUpdateId: self.updateId) in assetsFromDatabase() 204 self.updateId.uuidString.lowercased() in loggingId()
|
| H A D | BareUpdate.swift | 21 let updateId = manifest.rawId() variable 25 let uuid = UUID(uuidString: updateId).require("update ID should be a valid UUID") 30 let bundleKey = String(format: "bundle-%@", updateId) 53 updateId: uuid,
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/ |
| H A D | Update.swift | 83 public let updateId: UUID variable 105 updateId: UUID, 114 self.updateId = updateId 198 assetsLocal = try! database.assets(withUpdateId: self.updateId) in assetsFromDatabase() 204 self.updateId.uuidString.lowercased() in loggingId()
|