/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | sub_service.cpp | 83 OnAllBundlesFinished(BError(BError::Codes::OK)); in Finish() 164 OnAllBundlesFinished(BError(BError::Codes::OK)); in AppFileReady() 211 OnAllBundlesFinished(BError(BError::Codes::OK)); in AppDone()
|
H A D | service.cpp | 839 OnAllBundlesFinished(BError(BError::Codes::OK)); in NotifyCloneBundleFinish() 917 OnAllBundlesFinished(BError(BError::Codes::OK)); in OnBackupExtensionDied() 1117 OnAllBundlesFinished(BError(BError::Codes::OK)); in NoticeClientFinish() 1227 void Service::OnAllBundlesFinished(ErrCode errCode) in OnAllBundlesFinished() function in OHOS::FileManagement::Backup::Service 1481 OnAllBundlesFinished(BError(BError::Codes::OK)); 1786 OnAllBundlesFinished(BError(BError::Codes::OK));
|
H A D | service_incremental.cpp | 485 OnAllBundlesFinished(BError(BError::Codes::OK)); in AppIncrementalFileReady() 533 OnAllBundlesFinished(BError(BError::Codes::OK)); in AppIncrementalDone()
|
/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/ |
H A D | b_session_restore_async_test.cpp | 47 static void OnAllBundlesFinished(ErrCode err) in OnAllBundlesFinished() function 49 GTEST_LOG_(INFO) << "BSessionRestoreAsyncTest OnAllBundlesFinished OK"; in OnAllBundlesFinished() 93 callbacks_.onAllBundlesFinished = OnAllBundlesFinished; in Init()
|
H A D | b_session_backup_test.cpp | 42 static void OnAllBundlesFinished(ErrCode err) in OnAllBundlesFinished() function 44 GTEST_LOG_(INFO) << "BSessionBackupTest OnAllBundlesFinished OK"; in OnAllBundlesFinished() 83 callbacks_.onAllBundlesFinished = OnAllBundlesFinished; in Init()
|
H A D | b_session_restore_test.cpp | 48 static void OnAllBundlesFinished(ErrCode err) in OnAllBundlesFinished() function 50 GTEST_LOG_(INFO) << "BSessionRestoreTest OnAllBundlesFinished OK"; in OnAllBundlesFinished() 94 callbacks_.onAllBundlesFinished = OnAllBundlesFinished; in Init()
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_backup.cpp | 173 static void OnAllBundlesFinished(shared_ptr<Session> ctx, ErrCode err) in OnAllBundlesFinished() function 255 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in InitPathCapFile()
|
H A D | tools_op_incremental_restore_async.cpp | 162 static void OnAllBundlesFinished(shared_ptr<InrementalSessionAsync> ctx, ErrCode err) in OnAllBundlesFinished() function 408 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in InitArg()
|
H A D | tools_op_restore_async.cpp | 156 static void OnAllBundlesFinished(shared_ptr<SessionAsync> ctx, ErrCode err) in OnAllBundlesFinished() function 391 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in InitArg()
|
H A D | tools_op_incremental_backup.cpp | 203 static void OnAllBundlesFinished(shared_ptr<SessionBckup> ctx, ErrCode err) in OnAllBundlesFinished() function 314 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in Init()
|
H A D | tools_op_incremental_restore.cpp | 198 static void OnAllBundlesFinished(shared_ptr<SessionRestore> ctx, ErrCode err) in OnAllBundlesFinished() function 278 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in InitRestoreSession()
|
H A D | tools_op_restore.cpp | 181 static void OnAllBundlesFinished(shared_ptr<Session> ctx, ErrCode err) in OnAllBundlesFinished() function 263 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in InitRestoreSession()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_incremental_backup_test.cpp | 293 * @tc.desc: 测试OnAllBundlesFinished分支
305 OnAllBundlesFinished(ctx, err);
in HWTEST_F() 317 * @tc.desc: 测试OnAllBundlesFinished分支
329 OnAllBundlesFinished(ctx, err);
in HWTEST_F()
|
H A D | tools_op_incremental_restore_test.cpp | 444 OnAllBundlesFinished(ctx, err);
in HWTEST_F() 468 OnAllBundlesFinished(ctx, err);
in HWTEST_F()
|
H A D | tools_op_restore_test.cpp | 502 OnAllBundlesFinished(ctx, err); in HWTEST_F() 526 OnAllBundlesFinished(ctx, err); in HWTEST_F()
|
H A D | tools_op_restore_async_test.cpp | 376 * @tc.desc: 测试OnAllBundlesFinished方法 388 OnAllBundlesFinished(ctx, err); in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | service_mock.cpp | 150 void Service::OnAllBundlesFinished(ErrCode errCode) {} in OnAllBundlesFinished() function in OHOS::FileManagement::Backup::Service
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 345 void OnAllBundlesFinished(ErrCode errCode);
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 1650 * @tc.desc: 测试 OnAllBundlesFinished 接口 1664 servicePtr_->OnAllBundlesFinished(BError(BError::Codes::OK)); in HWTEST_F() 1668 servicePtr_->OnAllBundlesFinished(BError(BError::Codes::OK)); in HWTEST_F() 1671 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by OnAllBundlesFinished."; in HWTEST_F()
|
H A D | service_incremental_test.cpp | 154 void Service::OnAllBundlesFinished(ErrCode errCode) {} in OnAllBundlesFinished() function in OHOS::FileManagement::Backup::Service
|