Home
last modified time | relevance | path

Searched refs:BIncrementalSessionRestoreAsync (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Db_incremental_session_restore_async.cpp28 BIncrementalSessionRestoreAsync::~BIncrementalSessionRestoreAsync() in ~BIncrementalSessionRestoreAsync()
46 shared_ptr<BIncrementalSessionRestoreAsync> BIncrementalSessionRestoreAsync::Init(Callbacks callbac… in Init()
49 auto restore = make_shared<BIncrementalSessionRestoreAsync>(callbacks); in Init()
80 ErrCode BIncrementalSessionRestoreAsync::PublishFile(BFileInfo fileInfo) in PublishFile()
89 ErrCode BIncrementalSessionRestoreAsync::GetFileHandle(const string &bundleName, const string &file… in GetFileHandle()
99 ErrCode BIncrementalSessionRestoreAsync::AppendBundles(UniqueFd remoteCap, in AppendBundles()
123 ErrCode BIncrementalSessionRestoreAsync::AppendBundles(UniqueFd remoteCap, in AppendBundles()
145 ErrCode BIncrementalSessionRestoreAsync::Release() in Release()
155 void BIncrementalSessionRestoreAsync::RegisterBackupServiceDied(std::function<void()> functor) in RegisterBackupServiceDied()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Db_incremental_session_restore_async.h32 class BIncrementalSessionRestoreAsync : public std::enable_shared_from_this<BIncrementalSessionRest…
58 static std::shared_ptr<BIncrementalSessionRestoreAsync> Init(Callbacks callbacks);
113 explicit BIncrementalSessionRestoreAsync(Callbacks callbacks) : callbacks_(callbacks) {}; in BIncrementalSessionRestoreAsync() function
114 ~BIncrementalSessionRestoreAsync();
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/
H A Db_incremental_session_test.cpp38 static inline shared_ptr<BIncrementalSessionRestoreAsync> restoreAsyncSession = nullptr;
46 BIncrementalSessionRestoreAsync::Callbacks callbacks; in SetUpTestCase()
47 restoreAsyncSession = make_shared<BIncrementalSessionRestoreAsync>(callbacks); in SetUpTestCase()
412 BIncrementalSessionRestoreAsync::Callbacks callbacks;
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_restore_async.cpp77 shared_ptr<BIncrementalSessionRestoreAsync> session_ = {};
404 … ctx->session_ = BIncrementalSessionRestoreAsync::Init(BIncrementalSessionRestoreAsync::Callbacks { in InitArg()