Home
last modified time | relevance | path

Searched refs:onBundleBegin (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.md164 ### 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 Djs-apis-file-backup-sys.md164 ### 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 Dapp-file-backup.md129 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 Dgeneral_callbacks.h50 onBundleBegin(env, thisPtr, jsCallbacks.GetProp("onBundleBegin")), in GeneralCallbacks()
59 LibN::NAsyncWorkCallback onBundleBegin; variable
H A Dsession_backup_n_exporter.cpp91 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 Dsession_incremental_backup_n_exporter.cpp97 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 Dsession_restore_n_exporter.cpp99 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 Dapp-file-backup.md129 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 Djs-apidiff-file-management.md14 |新增|NA|模块名: ohos.file.backup<br>类名: GeneralCallbacks<br>方法 or 属性: onBundleBegin: AsyncCallback\<str…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-file-management.md14 …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 Djs-apidiff-file-management.md19 |新增|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 Djs-apidiff-file-management.md19 |Added|NA|Class name: GeneralCallbacks;<br>Method or attribute name: onBundleBegin: AsyncCallback\<…