Searched refs:missingAssets (Results 1 – 6 of 6) sorted by relevance
13 var missingAssets: [UpdateAsset] = [] variable16 missingAssets.append(asset)20 if !missingAssets.isEmpty {21 try database.markMissingAssets(missingAssets)
12 val missingAssets = mutableListOf<AssetEntity>() in run() constant15 missingAssets.add(asset) in run()19 if (missingAssets.size > 0) { in run()20 database.updateDao().markUpdatesWithMissingAssets(missingAssets) in run()
24 NSMutableArray<ABI48_0_0EXUpdatesAsset *> *missingAssets = [NSMutableArray new];28 [missingAssets addObject:asset];33 if (missingAssets.count > 0) {34 [database markMissingAssets:missingAssets error:&err];
24 NSMutableArray<ABI47_0_0EXUpdatesAsset *> *missingAssets = [NSMutableArray new];28 [missingAssets addObject:asset];33 if (missingAssets.count > 0) {34 [database markMissingAssets:missingAssets error:&err];
133 fun markUpdatesWithMissingAssets(missingAssets: List<AssetEntity>) { in _incrementFailedLaunchCount()135 for (asset in missingAssets) { in _incrementFailedLaunchCount()