Home
last modified time | relevance | path

Searched refs:onAllBundlesEnd (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-backup-sys.md278 ### 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 Dapp-file-backup.md143 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 Djs-apis-file-backup-sys.md278 ### 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 Dgeneral_callbacks.h52 onAllBundlesEnd(env, thisPtr, jsCallbacks.GetProp("onAllBundlesEnd")), in GeneralCallbacks()
61 LibN::NAsyncWorkCallback onAllBundlesEnd; variable
H A Dsession_backup_n_exporter.cpp183 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 Dsession_incremental_backup_n_exporter.cpp189 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 Dsession_restore_n_exporter.cpp191 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 Dapp-file-backup.md143 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 Djs-apidiff-file-management.md16 |新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onAllBundlesEnd: AsyncCallback\<u…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-file-management.md16 ….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 Djs-apidiff-file-management.md21 |新增|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 Djs-apidiff-file-management.md21 |Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onAllBundlesEnd: AsyncCallback…