Lines Matching refs:appLoaderTask

22   func appLoaderTask(_: AppLoaderTask, didLoadCachedUpdate update: Update) -> Bool  in appLoaderTask()  function
23 func appLoaderTask(_: AppLoaderTask, didStartLoadingUpdate update: Update?) in appLoaderTask() function
24 …func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) in appLoaderTask() function
25 func appLoaderTask(_: AppLoaderTask, didFinishWithError error: Error) in appLoaderTask() function
26 func appLoaderTask( in appLoaderTask()
69 …func appLoaderTask(_: AppLoaderTask, didFinishCheckingForRemoteUpdateWithRemoteCheckResult remoteC… in appLoaderTaskDidStartCheckingForRemoteUpdate() function
70 …func appLoaderTask(_: AppLoaderTask, didLoadAsset asset: UpdateAsset, successfulAssetCount: Int, f… in appLoaderTaskDidStartCheckingForRemoteUpdate() function
153 self.delegate?.appLoaderTask( in start()
169 self.delegate?.appLoaderTask( in start()
205 … !delegate.appLoaderTask(self, didLoadCachedUpdate: self.candidateLauncher!.launchedUpdate!) { in start()
243 …delegate.appLoaderTask(self, didFinishWithLauncher: self.finalizedLauncher!, isUpToDate: self.isUp… in finish()
245 delegate.appLoaderTask( in finish()
382 …swiftDelegate.appLoaderTask(self, didFinishCheckingForRemoteUpdateWithRemoteCheckResult: RemoteChe…
391 swiftDelegate.appLoaderTask(
401 delegate.appLoaderTask(self, didStartLoadingUpdate: nil)
416 …swiftDelegate.appLoaderTask(self, didFinishCheckingForRemoteUpdateWithRemoteCheckResult: RemoteChe…
431 swiftDelegate.appLoaderTask(
442 delegate.appLoaderTask(self, didStartLoadingUpdate: update)
451 …swiftDelegate.appLoaderTask(self, didFinishCheckingForRemoteUpdateWithRemoteCheckResult: RemoteChe…
459 swiftDelegate.appLoaderTask(
473 …swiftDelegate.appLoaderTask(self, didFinishCheckingForRemoteUpdateWithRemoteCheckResult: RemoteChe…
548 … it.appLoaderTask(self, didFinishBackgroundUpdateWithStatus: status, update: update, error: error) in didFinishBackgroundUpdate()