Home
last modified time | relevance | path

Searched refs:GetRestoreBundleNames (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/src/
H A Dsvc_restore_deps_manager_mock.cpp21 vector<string> SvcRestoreDepsManager::GetRestoreBundleNames(const vector<BJsonEntityCaps::BundleInfo> &bundleInfos, in GetRestoreBundleNames() function in OHOS::FileManagement::Backup::SvcRestoreDepsManager
24 return BSvcRestoreDepsManager::manager->GetRestoreBundleNames(bundleInfos, restoreType); in GetRestoreBundleNames()
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/
H A Dsvc_restore_deps_manager_mock.h26 virtual std::vector<std::string> GetRestoreBundleNames(const std::vector<BJsonEntityCaps::BundleInfo>&,
41 MOCK_METHOD((std::vector<std::string>), GetRestoreBundleNames, ((const std::vector<BJsonEntityCaps::BundleInfo>&),
/foundation/filemanagement/app_file_service/test/fuzztest/svcrestoredepsmanager_fuzzer/
H A Dsvcrestoredepsmanager_fuzzer.cpp82 SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(bundleInfos, restoreType); in SvcRestoreDepsManagerFuzzTest()
89 SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(bundleInfos, restoreType); in SvcRestoreDepsManagerFuzzTest()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_restore_deps_manager.h41 vector<string> GetRestoreBundleNames(const vector<BJsonEntityCaps::BundleInfo> &infos, RestoreTypeEnum restoreType);
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp62 * @tc.desc: 测试 GetRestoreBundleNames 获取应用恢复列表接口调用成功和失败
73 auto bundleNames = SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(bundleInfos1, restoreType); in HWTEST_F()
82 * @tc.desc: 测试 GetRestoreBundleNames 获取应用恢复列表接口调用成功和失败
109 auto bundleNames = SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(bundleInfos, restoreType); in HWTEST_F()
119 * @tc.desc: 测试 GetRestoreBundleNames 获取应用恢复列表接口调用成功和失败
141 auto bundleNames = SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(bundleInfos, restoreType); in HWTEST_F()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_restore_deps_manager.cpp24 vector<string> SvcRestoreDepsManager::GetRestoreBundleNames(const vector<BJsonEntityCaps::BundleInfo> &bundleInfos, in GetRestoreBundleNames() function in OHOS::FileManagement::Backup::SvcRestoreDepsManager
H A Dservice.cpp389 static vector<BJsonEntityCaps::BundleInfo> GetRestoreBundleNames(UniqueFd fd, in GetRestoreBundleNames() function
480 auto restoreInfos = GetRestoreBundleNames(move(fd), session_, bundleNames); in AppendBundlesRestoreSession()
481 auto restoreBundleNames = SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(restoreInfos, restoreType); in AppendBundlesRestoreSession()
560 auto restoreInfos = GetRestoreBundleNames(move(fd), session_, bundleNames); in AppendBundlesRestoreSession()
561 auto restoreBundleNames = SvcRestoreDepsManager::GetInstance().GetRestoreBundleNames(restoreInfos, restoreType); in AppendBundlesRestoreSession()

Completed in 7 milliseconds