Lines Matching refs:onFileReady
92 …tion data to be backed up. The package file handle is returned by the [onFileReady](../reference/a…
111 …// onFileReady is called to return a data complete notification to the application. Avoid time-con…
112 onFileReady: (err: BusinessError, file: backup.File) => {
114 console.info('onFileReady err: ' + JSON.stringify(err));
121 …ory copy. To reduce memory consumption, you can use the FD returned by onFileReady for data proces…
124 console.info('onFileReady success');
126 console.error('onFileReady failed with err: ' + e);
182 … service returns the FD of the application data to be restored in the [onFileReady](../reference/a…
209 onFileReady: (err: BusinessError, file: backup.File) => {
211 console.info('onFileReady err: ' + JSON.stringify(err));
216 console.info('onFileReady bundlePath err : ' + bundlePath);
225 console.info('onFileReady success');