Home
last modified time | relevance | path

Searched defs:OnBundleStarted (Results 1 – 8 of 8) sorted by relevance

/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
Db_session_backup_test.cpp32 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
Db_session_restore_async_test.cpp36 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
Db_session_restore_test.cpp33 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
/foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/
Db_session_restore_async_mock.cpp103 void BSessionRestoreAsync::OnBundleStarted(ErrCode errCode, const vector<BundleName> &bundlesToRest… in OnBundleStarted() function in OHOS::FileManagement::Backup::BSessionRestoreAsync
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
Db_session_restore_async.cpp168 void BSessionRestoreAsync::OnBundleStarted(ErrCode errCode, const vector<BundleName> &bundlesToRest… in OnBundleStarted() function in OHOS::FileManagement::Backup::BSessionRestoreAsync
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
Dtools_op_backup.cpp150 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function
Dtools_op_restore_async.cpp109 static void OnBundleStarted(shared_ptr<SessionAsync> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function
Dtools_op_restore.cpp162 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function