/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-backup-sys.md | 278 ### onAllBundlesEnd subsection 280 onAllBundlesEnd : AsyncCallback<undefined> 304 onAllBundlesEnd: (err: BusinessError) => { 309 console.info('onAllBundlesEnd success'); 786 onAllBundlesEnd: (err: BusinessError) => { 791 console.info('onAllBundlesEnd success'); 866 onAllBundlesEnd: (err: BusinessError) => { 871 console.info('onAllBundlesEnd success'); 969 onAllBundlesEnd: (err: BusinessError) => { 974 console.info('onAllBundlesEnd success'); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-file-backup.md | 143 onAllBundlesEnd: (err: BusinessError) => { 145 console.info('onAllBundlesEnd err: ' + JSON.stringify(err)); 147 console.info('onAllBundlesEnd'); 239 onAllBundlesEnd: (err: BusinessError) => { 241 console.error('onAllBundlesEnd failed with err: ' + JSON.stringify(err)); 243 console.info('onAllBundlesEnd success');
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-backup-sys.md | 278 ### onAllBundlesEnd subsection 304 onAllBundlesEnd: (err: BusinessError) => { 309 console.info('onAllBundlesEnd success'); 786 onAllBundlesEnd: (err: BusinessError) => { 791 console.info('onAllBundlesEnd success'); 866 onAllBundlesEnd: (err: BusinessError) => { 871 console.info('onAllBundlesEnd success'); 969 onAllBundlesEnd: (err: BusinessError) => { 974 console.info('onAllBundlesEnd success'); 1104 onAllBundlesEnd: (err: BusinessError) => { [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | general_callbacks.h | 52 onAllBundlesEnd(env, thisPtr, jsCallbacks.GetProp("onAllBundlesEnd")), in GeneralCallbacks() 61 LibN::NAsyncWorkCallback onAllBundlesEnd; variable
|
H A D | session_backup_n_exporter.cpp | 183 static void onAllBundlesEnd(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err) in onAllBundlesEnd() function 194 if (!bool(callbacks->onAllBundlesEnd)) { in onAllBundlesEnd() 220 callbacks->onAllBundlesEnd.ThreadSafeSchedule(cbCompl); in onAllBundlesEnd() 340 .onAllBundlesFinished = bind(onAllBundlesEnd, backupEntity->callbacks, placeholders::_1), in Constructor()
|
H A D | session_incremental_backup_n_exporter.cpp | 189 static void onAllBundlesEnd(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err) in onAllBundlesEnd() function 200 if (!bool(callbacks->onAllBundlesEnd)) { in onAllBundlesEnd() 226 callbacks->onAllBundlesEnd.ThreadSafeSchedule(cbCompl); in onAllBundlesEnd() 347 .onAllBundlesFinished = bind(onAllBundlesEnd, backupEntity->callbacks, placeholders::_1), in Constructor()
|
H A D | session_restore_n_exporter.cpp | 191 static void onAllBundlesEnd(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err) in onAllBundlesEnd() function 202 if (!bool(callbacks->onAllBundlesEnd)) { in onAllBundlesEnd() 228 callbacks->onAllBundlesEnd.ThreadSafeSchedule(cbCompl); in onAllBundlesEnd() 454 .onAllBundlesFinished = bind(onAllBundlesEnd, restoreEntity->callbacks, placeholders::_1), in Constructor()
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-file-backup.md | 143 onAllBundlesEnd: (err: BusinessError) => { 145 console.info('onAllBundlesEnd err: ' + JSON.stringify(err)); 147 console.info('onAllBundlesEnd'); 239 onAllBundlesEnd: (err: BusinessError) => { 241 console.error('onAllBundlesEnd failed with err: ' + JSON.stringify(err)); 243 console.info('onAllBundlesEnd success');
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 16 |新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onAllBundlesEnd: AsyncCallback\<u…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 16 ….backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onAllBundlesEnd: AsyncCallbac…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 21 |新增|NA|类名:GeneralCallbacks;<br>方法or属性:onAllBundlesEnd: AsyncCallback\<undefined>;|@ohos.file.backup…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 21 |Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onAllBundlesEnd: AsyncCallback…
|