Searched refs:readyUpdateIds (Results 1 – 6 of 6) sorted by relevance
57 val readyUpdateIds = launcher.getReadyUpdateIds(db) in testGetUpdateIds_EmptyDB() constant58 Assert.assertEquals(0, readyUpdateIds.size) in testGetUpdateIds_EmptyDB()78 val readyUpdateIds = launcher.getReadyUpdateIds(db) in testGetUpdateIds_DBWithOneUpdate() constant79 Assert.assertEquals(1, readyUpdateIds.size) in testGetUpdateIds_DBWithOneUpdate()104 val readyUpdateIds = launcher.getReadyUpdateIds(db) in testGetUpdateIds_DBWithOneReadyUpdate() constant105 Assert.assertEquals(1, readyUpdateIds.size) in testGetUpdateIds_DBWithOneReadyUpdate()
189 val readyUpdateIds = launcher.getReadyUpdateIds(databaseHolder.database) in storedUpdateIdsWithConfiguration() constant191 callback.onSuccess(readyUpdateIds) in storedUpdateIdsWithConfiguration()
168 let readyUpdateIds = try database.allUpdateIds(withStatus: .StatusReady) variable169 completion(nil, readyUpdateIds)
142 NSArray<NSUUID *> *readyUpdateIds;144 …readyUpdateIds = [database allUpdateIdsWithStatus:ABI47_0_0EXUpdatesUpdateStatusReady error:&dbErr…148 completionBlock(nil, readyUpdateIds);
142 NSArray<NSUUID *> *readyUpdateIds;144 …readyUpdateIds = [database allUpdateIdsWithStatus:ABI48_0_0EXUpdatesUpdateStatusReady error:&dbErr…148 completionBlock(nil, readyUpdateIds);