Searched refs:SessionAsync (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_async_test.cpp | 224 auto ctx = make_shared<SessionAsync>(); 254 auto ctx = make_shared<SessionAsync>(); 284 auto ctx = make_shared<SessionAsync>(); 309 auto ctx = make_shared<SessionAsync>(); 335 auto ctx = make_shared<SessionAsync>(); 508 shared_ptr<SessionAsync> restore = make_shared<SessionAsync>(); 536 shared_ptr<SessionAsync> restore = make_shared<SessionAsync>(); 641 shared_ptr<SessionAsync> restore = make_shared<SessionAsync>(); 669 shared_ptr<SessionAsync> restore = make_shared<SessionAsync>(); 695 shared_ptr<SessionAsync> restore = make_shared<SessionAsync>(); [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_restore_async.cpp | 47 class SessionAsync { class 99 static void OnFileReady(shared_ptr<SessionAsync> ctx, const BFileInfo &fileInfo, UniqueFd fd, int32… in OnFileReady() 138 static void OnBundleStarted(shared_ptr<SessionAsync> ctx, ErrCode err, const BundleName name) in OnBundleStarted() 147 static void OnBundleFinished(shared_ptr<SessionAsync> ctx, ErrCode err, const BundleName name) in OnBundleFinished() 156 static void OnAllBundlesFinished(shared_ptr<SessionAsync> ctx, ErrCode err) in OnAllBundlesFinished() 162 static void OnResultReport(shared_ptr<SessionAsync> ctx, const std::string &bundleName, const std::… in OnResultReport() 167 static void OnBackupServiceDied(shared_ptr<SessionAsync> ctx) in OnBackupServiceDied() 173 static void OnProcess(shared_ptr<SessionAsync> ctx, const std::string bundleName, const std::string… in OnProcess() 247 static void RestoreApp(shared_ptr<SessionAsync> restore, vector<BundleName> &bundleNames) in RestoreApp() 332 static int32_t AppendBundles(shared_ptr<SessionAsync> restore, in AppendBundles() [all …]
|