/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-backup-sys.md | 164 ### onBundleBegin subsection 205 console.info('onBundleBegin success'); 217 console.info('onBundleBegin success'); 633 调用时机为onBundleBegin之后,onBundleEnd之前 687 调用时机为onBundleBegin之后,onBundleEnd之前 777 console.info('onBundleBegin success'); 857 console.info('onBundleBegin success'); 960 console.info('onBundleBegin success'); 1095 console.info('onBundleBegin success'); 1173 console.info('onBundleBegin success'); [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-backup-sys.md | 164 ### onBundleBegin subsection 205 console.info('onBundleBegin success'); 217 console.info('onBundleBegin success'); 777 console.info('onBundleBegin success'); 857 console.info('onBundleBegin success'); 960 console.info('onBundleBegin success'); 1095 console.info('onBundleBegin success'); 1173 console.info('onBundleBegin success'); 1259 console.info('onBundleBegin success'); 1377 console.info('onBundleBegin success'); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-file-backup.md | 129 onBundleBegin: (err: BusinessError<string|void>, bundleName: string) => { 131 console.info('onBundleBegin err: ' + JSON.stringify(err)); 133 console.info('onBundleBegin bundleName: ' + bundleName); 227 onBundleBegin: (err: BusinessError<string|void>, bundleName: string) => { 229 console.error('onBundleBegin failed with err: ' + JSON.stringify(err)); 231 console.info('onBundleBegin success');
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | general_callbacks.h | 50 onBundleBegin(env, thisPtr, jsCallbacks.GetProp("onBundleBegin")), in GeneralCallbacks() 59 LibN::NAsyncWorkCallback onBundleBegin; variable
|
H A D | session_backup_n_exporter.cpp | 91 static void onBundleBegin(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err, const BundleName name) in onBundleBegin() function 103 if (!bool(callbacks->onBundleBegin)) { in onBundleBegin() 134 callbacks->onBundleBegin.ThreadSafeSchedule(cbCompl); in onBundleBegin() 338 ….onBundleStarted = bind(onBundleBegin, backupEntity->callbacks, placeholders::_1, placeholders::_2… in Constructor()
|
H A D | session_incremental_backup_n_exporter.cpp | 97 static void onBundleBegin(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err, const BundleName name) in onBundleBegin() function 109 if (!bool(callbacks->onBundleBegin)) { in onBundleBegin() 140 callbacks->onBundleBegin.ThreadSafeSchedule(cbCompl); in onBundleBegin() 345 ….onBundleStarted = bind(onBundleBegin, backupEntity->callbacks, placeholders::_1, placeholders::_2… in Constructor()
|
H A D | session_restore_n_exporter.cpp | 99 static void onBundleBegin(weak_ptr<GeneralCallbacks> pCallbacks, ErrCode err, const BundleName name) in onBundleBegin() function 111 if (!bool(callbacks->onBundleBegin)) { in onBundleBegin() 142 callbacks->onBundleBegin.ThreadSafeSchedule(cbCompl); in onBundleBegin() 452 ….onBundleStarted = bind(onBundleBegin, restoreEntity->callbacks, placeholders::_1, placeholders::_… in Constructor()
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-file-backup.md | 129 onBundleBegin: (err: BusinessError<string|void>, bundleName: string) => { 131 console.info('onBundleBegin err: ' + JSON.stringify(err)); 133 console.info('onBundleBegin bundleName: ' + bundleName); 227 onBundleBegin: (err: BusinessError<string|void>, bundleName: string) => { 229 console.error('onBundleBegin failed with err: ' + JSON.stringify(err)); 231 console.info('onBundleBegin success');
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 14 |新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onBundleBegin: AsyncCallback\<str…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 14 …e.backup<br>Class name: GeneralCallbacks<br>Method or attribute name: onBundleBegin: AsyncCallback…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 19 |新增|NA|类名:GeneralCallbacks;<br>方法or属性:onBundleBegin: AsyncCallback\<string>;|@ohos.file.backup.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 19 |Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onBundleBegin: AsyncCallback\<…
|