/ohos5.0/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/ |
H A D | b_session_backup_test.cpp | 37 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() function 82 callbacks_.onBundleFinished = OnBundleFinished; in Init()
|
H A D | b_session_restore_async_test.cpp | 42 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() function 87 callbacks_.onBundleFinished = OnBundleFinished; in Init()
|
H A D | b_session_restore_test.cpp | 43 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 D | tools_op_backup.cpp | 166 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 D | tools_op_restore.cpp | 165 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 D | tools_op_incremental_restore.cpp | 187 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 D | tools_op_incremental_backup.cpp | 196 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 D | tools_op_restore_async.cpp | 147 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 D | tools_op_incremental_restore_async.cpp | 153 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 D | tools_op_incremental_restore_test.cpp | 394 OnBundleFinished(ctx, err, name); 420 OnBundleFinished(ctx, err, name);
|
H A D | tools_op_restore_async_test.cpp | 338 OnBundleFinished(ctx, err, name); 364 OnBundleFinished(ctx, err, name);
|
H A D | tools_op_restore_test.cpp | 452 OnBundleFinished(ctx, err, name); 478 OnBundleFinished(ctx, err, name);
|
H A D | tools_op_incremental_backup_test.cpp | 281 OnBundleFinished(ctx, err, name);
|