Searched defs:OnBundleStarted (Results 1 – 8 of 8) sorted by relevance
| /foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/ |
| D | b_session_backup_test.cpp | 32 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
|
| D | b_session_restore_async_test.cpp | 36 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
|
| D | b_session_restore_test.cpp | 33 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() function
|
| /foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/ |
| D | b_session_restore_async_mock.cpp | 103 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/ |
| D | b_session_restore_async.cpp | 168 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/ |
| D | tools_op_backup.cpp | 150 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function
|
| D | tools_op_restore_async.cpp | 109 static void OnBundleStarted(shared_ptr<SessionAsync> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function
|
| D | tools_op_restore.cpp | 162 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() function
|