Home
last modified time | relevance | path

Searched refs:GetRestoreBundleMap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp160 auto map = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap();
182 auto map = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap();
204 auto map = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap();
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_restore_deps_manager.h42 map<string, SvcRestoreDepsManager::RestoreInfo> GetRestoreBundleMap();
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/svcrestoredepsmanager_fuzzer/
H A Dsvcrestoredepsmanager_fuzzer.cpp90 SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap(); in SvcRestoreDepsManagerFuzzTest()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_restore_deps_manager.cpp45 map<string, SvcRestoreDepsManager::RestoreInfo> SvcRestoreDepsManager::GetRestoreBundleMap() in GetRestoreBundleMap() function in OHOS::FileManagement::Backup::SvcRestoreDepsManager
H A Dservice.cpp1303 auto restoreBundleMap = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap(); in HandleRestoreDepsBundle()