Home
last modified time | relevance | path

Searched refs:OnBundleFinished (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
H A Db_session_backup_test.cpp37 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() function
82 callbacks_.onBundleFinished = OnBundleFinished; in Init()
H A Db_session_restore_async_test.cpp42 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() function
87 callbacks_.onBundleFinished = OnBundleFinished; in Init()
H A Db_session_restore_test.cpp43 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() function
88 callbacks_.onBundleFinished = OnBundleFinished; in Init()
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp166 static void OnBundleFinished(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleFinished() function
254 … .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
H A Dtools_op_restore.cpp165 static void OnBundleFinished(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleFinished() function
262 .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in InitRestoreSession()
H A Dtools_op_incremental_restore.cpp187 static void OnBundleFinished(shared_ptr<SessionRestore> ctx, ErrCode err, const BundleName name) in OnBundleFinished() function
277 .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in InitRestoreSession()
H A Dtools_op_incremental_backup.cpp196 static void OnBundleFinished(shared_ptr<SessionBckup> ctx, ErrCode err, const BundleName name) in OnBundleFinished() function
313 .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in Init()
H A Dtools_op_restore_async.cpp147 static void OnBundleFinished(shared_ptr<SessionAsync> ctx, ErrCode err, const BundleName name) in OnBundleFinished() function
390 .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in InitArg()
H A Dtools_op_incremental_restore_async.cpp153 static void OnBundleFinished(shared_ptr<InrementalSessionAsync> ctx, ErrCode err, const BundleName … in OnBundleFinished() function
407 .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in InitArg()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_incremental_restore_test.cpp394 OnBundleFinished(ctx, err, name);
420 OnBundleFinished(ctx, err, name);
H A Dtools_op_restore_async_test.cpp338 OnBundleFinished(ctx, err, name);
364 OnBundleFinished(ctx, err, name);
H A Dtools_op_restore_test.cpp452 OnBundleFinished(ctx, err, name);
478 OnBundleFinished(ctx, err, name);
H A Dtools_op_incremental_backup_test.cpp281 OnBundleFinished(ctx, err, name);