Lines Matching refs:success
33 | success | Function | No| Called when the file is moved to the specified location. This API return…
53 success: function(uri) {
54 console.log('call success callback success');
82 | success | Function | No| Called when the file is copied and saved to the specified location. This…
102 success: function(uri) {
103 console.log('call success callback success');
131 | success | Function | No| Called when the file list is obtained.|
135 **Return value of success()**
165 success: function(data) {
195 | success | Function | No| Called when the file information is obtained.|
199 **Return value of success()**
224 success: function(data) {
253 | success | Function | No| Called when the file is deleted.|
272 success: function() {
273 console.log('call delete success.');
304 | success | Function | No| Called when the text is written into the specified file.|
323 success: function() {
324 console.log('call writeText success.');
355 | success | Function | No| Called when buffer data is written into the file. |
374 success: function() {
375 console.log('call writeArrayBuffer success.');
406 | success | Function | No| Called when the text is read successfully.|
410 **Return value of success()**
432 success: function(data) {
433 console.log('call readText success: ' + data.text);
463 | success | Function | No| Called when the buffer data is read successfully.|
467 **Return value of success()**
490 success: function(data) {
491 console.log('call readArrayBuffer success: ' + data.buffer);
519 | success | Function | No| Called when the operation is successful.|
538 success: function() {
539 console.log('call access success.');
568 | success | Function | No| Called when the directory is created.|
586 success: function() {
587 console.log('call mkdir success.');
616 | success | Function | No| Called when the directory is deleted.|
635 success: function() {
636 console.log('call rmdir success.');