Home
last modified time | relevance | path

Searched refs:UpdateToRestoreBundleMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/svcrestoredepsmanager_fuzzer/
H A Dsvcrestoredepsmanager_fuzzer.cpp98 SvcRestoreDepsManager::GetInstance().UpdateToRestoreBundleMap(bundleName, fileName); in SvcRestoreDepsManagerFuzzTest()
99 SvcRestoreDepsManager::GetInstance().UpdateToRestoreBundleMap(fileName, bundleName); in SvcRestoreDepsManagerFuzzTest()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_restore_deps_manager.h46 bool UpdateToRestoreBundleMap(const string &bundleName, const string &fileName);
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp343 SvcRestoreDepsManager::GetInstance().UpdateToRestoreBundleMap("", "");
365 SvcRestoreDepsManager::GetInstance().UpdateToRestoreBundleMap(BUNDLE_NAME, "1.txt");
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_restore_deps_manager.cpp149 bool SvcRestoreDepsManager::UpdateToRestoreBundleMap(const string &bundleName, const string &fileNa… in UpdateToRestoreBundleMap() function in OHOS::FileManagement::Backup::SvcRestoreDepsManager
H A Dservice_incremental.cpp586 SvcRestoreDepsManager::GetInstance().UpdateToRestoreBundleMap(bundleName, fileName); in GetIncrementalFileHandle()
H A Dservice.cpp990 …bool updateRes = SvcRestoreDepsManager::GetInstance().UpdateToRestoreBundleMap(bundleName, fileNam… in GetFileHandle()