Home
last modified time | relevance | path

Searched refs:readyUpdateIds (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/launcher/
H A DDatabaseLauncherTest.kt57 val readyUpdateIds = launcher.getReadyUpdateIds(db) in testGetUpdateIds_EmptyDB() constant
58 Assert.assertEquals(0, readyUpdateIds.size) in testGetUpdateIds_EmptyDB()
78 val readyUpdateIds = launcher.getReadyUpdateIds(db) in testGetUpdateIds_DBWithOneUpdate() constant
79 Assert.assertEquals(1, readyUpdateIds.size) in testGetUpdateIds_DBWithOneUpdate()
104 val readyUpdateIds = launcher.getReadyUpdateIds(db) in testGetUpdateIds_DBWithOneReadyUpdate() constant
105 Assert.assertEquals(1, readyUpdateIds.size) in testGetUpdateIds_DBWithOneReadyUpdate()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesDevLauncherController.kt189 val readyUpdateIds = launcher.getReadyUpdateIds(databaseHolder.database) in storedUpdateIdsWithConfiguration() constant
191 callback.onSuccess(readyUpdateIds) in storedUpdateIdsWithConfiguration()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLauncher/
H A DAppLauncherWithDatabase.swift168 let readyUpdateIds = try database.allUpdateIds(withStatus: .StatusReady) variable
169 completion(nil, readyUpdateIds)
/expo/packages/expo-updates/ios/EXUpdates/AppLauncher/
H A DAppLauncherWithDatabase.swift168 let readyUpdateIds = try database.allUpdateIds(withStatus: .StatusReady) variable
169 completion(nil, readyUpdateIds)
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLauncher/
H A DABI47_0_0EXUpdatesAppLauncherWithDatabase.m142 NSArray<NSUUID *> *readyUpdateIds;
144readyUpdateIds = [database allUpdateIdsWithStatus:ABI47_0_0EXUpdatesUpdateStatusReady error:&dbErr…
148 completionBlock(nil, readyUpdateIds);
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLauncher/
H A DABI48_0_0EXUpdatesAppLauncherWithDatabase.m142 NSArray<NSUUID *> *readyUpdateIds;
144readyUpdateIds = [database allUpdateIdsWithStatus:ABI48_0_0EXUpdatesUpdateStatusReady error:&dbErr…
148 completionBlock(nil, readyUpdateIds);