Home
last modified time | relevance | path

Searched refs:OnBundleStarted (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
H A Db_session_backup_test.cpp32 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
81 callbacks_.onBundleStarted = OnBundleStarted; in Init()
H A Db_session_restore_async_test.cpp37 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
86 callbacks_.onBundleStarted = OnBundleStarted; in Init()
H A Db_session_restore_test.cpp38 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 Dtools_op_backup.cpp151 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 Dtools_op_restore.cpp154 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 Dtools_op_incremental_restore.cpp176 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 Dtools_op_incremental_backup.cpp186 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 Dtools_op_restore_async.cpp138 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 Dtools_op_incremental_restore_async.cpp144 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 Dtools_op_incremental_backup_test.cpp229 OnBundleStarted(ctx, err, name);
255 OnBundleStarted(ctx, err, name);
H A Dtools_op_incremental_restore_test.cpp342 OnBundleStarted(ctx, err, name);
368 OnBundleStarted(ctx, err, name);
H A Dtools_op_restore_async_test.cpp287 OnBundleStarted(ctx, err, name);
313 OnBundleStarted(ctx, err, name);
H A Dtools_op_restore_test.cpp400 OnBundleStarted(ctx, err, name);
426 OnBundleStarted(ctx, err, name);
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp271 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 Dservice.h523 … 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 Dservice.cpp518 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()
663OnBundleStarted(BError(BError::Codes::SA_FORBID_BACKUP_RESTORE), session_, bundleNameIndexInfo); in SetCurrentSessProperties()
746OnBundleStarted(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 Dservice_test.cpp1272 servicePtr_->OnBundleStarted(BError(BError::Codes::SA_INVAL_ARG), session, BUNDLE_NAME);
1276 servicePtr_->OnBundleStarted(BError(BError::Codes::SA_INVAL_ARG), session, BUNDLE_NAME);