/ohos5.0/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/ |
H A D | b_session_backup_test.cpp | 32 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function 81 callbacks_.onBundleStarted = OnBundleStarted; in Init()
|
H A D | b_session_restore_async_test.cpp | 37 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function 86 callbacks_.onBundleStarted = OnBundleStarted; in Init()
|
H A D | b_session_restore_test.cpp | 38 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function 87 callbacks_.onBundleStarted = OnBundleStarted; in Init()
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_backup.cpp | 151 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function 253 … .onBundleStarted = bind(OnBundleStarted, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
|
H A D | tools_op_restore.cpp | 154 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function 261 .onBundleStarted = bind(OnBundleStarted, ctx, placeholders::_1, placeholders::_2), in InitRestoreSession()
|
H A D | tools_op_incremental_restore.cpp | 176 static void OnBundleStarted(shared_ptr<SessionRestore> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function 276 .onBundleStarted = bind(OnBundleStarted, ctx, placeholders::_1, placeholders::_2), in InitRestoreSession()
|
H A D | tools_op_incremental_backup.cpp | 186 static void OnBundleStarted(shared_ptr<SessionBckup> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function 312 .onBundleStarted = bind(OnBundleStarted, ctx, placeholders::_1, placeholders::_2), in Init()
|
H A D | tools_op_restore_async.cpp | 138 static void OnBundleStarted(shared_ptr<SessionAsync> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function 389 .onBundleStarted = bind(OnBundleStarted, ctx, placeholders::_1, placeholders::_2), in InitArg()
|
H A D | tools_op_incremental_restore_async.cpp | 144 static void OnBundleStarted(shared_ptr<InrementalSessionAsync> ctx, ErrCode err, const BundleName n… in OnBundleStarted() function 406 .onBundleStarted = bind(OnBundleStarted, 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_backup_test.cpp | 229 OnBundleStarted(ctx, err, name); 255 OnBundleStarted(ctx, err, name);
|
H A D | tools_op_incremental_restore_test.cpp | 342 OnBundleStarted(ctx, err, name); 368 OnBundleStarted(ctx, err, name);
|
H A D | tools_op_restore_async_test.cpp | 287 OnBundleStarted(ctx, err, name); 313 OnBundleStarted(ctx, err, name);
|
H A D | tools_op_restore_test.cpp | 400 OnBundleStarted(ctx, err, name); 426 OnBundleStarted(ctx, err, name);
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | service_mock.cpp | 271 void Service::OnBundleStarted(BError error, sptr<SvcSessionManager> session, const BundleName &bund… in OnBundleStarted() function in OHOS::FileManagement::Backup::Service
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 523 … void OnBundleStarted(BError error, sptr<SvcSessionManager> session, const BundleName &bundleName);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 518 void Service::OnBundleStarted(BError error, sptr<SvcSessionManager> session, const BundleName &bund… in OnBundleStarted() function in OHOS::FileManagement::Backup::Service 590 OnBundleStarted(BError(BError::Codes::SA_BUNDLE_INFO_EMPTY), session, bundleName); in HandleExceptionOnAppendBundles() 663 … OnBundleStarted(BError(BError::Codes::SA_FORBID_BACKUP_RESTORE), session_, bundleNameIndexInfo); in SetCurrentSessProperties() 746 … OnBundleStarted(BError(BError::Codes::SA_FORBID_BACKUP_RESTORE), session_, bundleNameIndexInfo); in SetCurrentSessProperties()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 1272 servicePtr_->OnBundleStarted(BError(BError::Codes::SA_INVAL_ARG), session, BUNDLE_NAME); 1276 servicePtr_->OnBundleStarted(BError(BError::Codes::SA_INVAL_ARG), session, BUNDLE_NAME);
|