Lines Matching refs:onFileReady
123 ### onFileReady subsection
125 onFileReady : AsyncCallback<File>
154 onFileReady: (err: BusinessError, file: backup.File) => {
156 console.error('onFileReady failed with err: ' + JSON.stringify(err));
159 console.info('onFileReady success with file: ' + file.bundleName + ' ' + file.uri);
764 onFileReady: (err: BusinessError, file: backup.File) => {
766 console.error('onFileReady failed with err: ' + JSON.stringify(err));
769 console.info('onFileReady success');
844 onFileReady: (err: BusinessError, file: backup.File) => {
846 console.error('onFileReady failed with err: ' + JSON.stringify(err));
849 console.info('onFileReady success');
947 onFileReady: (err: BusinessError, file: backup.File) => {
949 console.error('onFileReady failed with err: ' + JSON.stringify(err));
952 console.info('onFileReady success');
1082 onFileReady: (err: BusinessError, file: backup.File) => {
1084 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1087 console.info('onFileReady success');
1160 onFileReady: (err: BusinessError, file: backup.File) => {
1162 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1165 console.info('onFileReady success');
1246 onFileReady: (err: BusinessError, file: backup.File) => {
1248 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1251 console.info('onFileReady success');
1364 onFileReady: (err: BusinessError, file: backup.File) => {
1366 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1369 console.info('onFileReady success');
1460 > - You can use **onFileReady** to obtain the file handle. When file operations are completed at th…
1492 onFileReady: (err: BusinessError, file: backup.File) => {
1494 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1497 console.info('onFileReady success');
1554 > - You can use **onFileReady** to obtain the file handle. When file operations are completed at th…
1591 onFileReady: (err: BusinessError, file: backup.File) => {
1593 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1596 console.info('onFileReady success');
1655 > - After the server returns a file handle through **onFileReady**, the client can copy data to the…
1695 onFileReady: (err: BusinessError, file: backup.File) => {
1697 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1700 console.info('onFileReady success');
1764 > - After the server returns a file handle through **onFileReady**, the client can copy data to the…
1816 onFileReady: (err: BusinessError, file: backup.File) => {
1818 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1821 console.info('onFileReady success');
1912 onFileReady: (err: BusinessError, file: backup.File) => {
1914 console.error('onFileReady failed with err: ' + JSON.stringify(err));
1917 console.info('onFileReady success');
2011 onFileReady: (err: BusinessError, file: backup.File) => {
2013 console.error('onFileReady failed with err: ' + JSON.stringify(err));
2016 console.info('onFileReady success');
2099 onFileReady: (err: BusinessError, file: backup.File) => {
2101 console.error('onFileReady failed with err: ' + JSON.stringify(err));
2104 console.info('onFileReady success');
2190 onFileReady: (err: BusinessError, file: backup.File) => {
2192 console.error('onFileReady failed with err: ' + JSON.stringify(err));
2195 console.info('onFileReady success');