Home
last modified time | relevance | path

Searched refs:GetBackupExtInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp127 std::string SvcSessionManager::GetBackupExtInfo(const string &bundleName) in GetBackupExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
129 return BackupSvcSessionManager::session->GetBackupExtInfo(bundleName); in GetBackupExtInfo()
H A Dsvc_session_manager_throw_mock.h51 virtual std::string GetBackupExtInfo(const std::string &) = 0;
120 MOCK_METHOD(std::string, GetBackupExtInfo, (const std::string &));
H A Dsvc_session_manager_mock.cpp208 std::string SvcSessionManager::GetBackupExtInfo(const string &bundleName) in GetBackupExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h281 std::string GetBackupExtInfo(const std::string &bundleName);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsub_service.cpp279 string bundleExtInfo = session_->GetBackupExtInfo(bundleName); in SetWant()
H A Dsvc_session_manager.cpp510 std::string SvcSessionManager::GetBackupExtInfo(const string &bundleName) in GetBackupExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
H A Dservice.cpp966 string extInfo = session_->GetBackupExtInfo(bundleName); in LaunchBackupSAExtension()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp1109 sessionManagerPtr_->GetBackupExtInfo(bundleName);
1120 auto ret = sessionManagerPtr_->GetBackupExtInfo(bundleName);