Searched refs:GetBackupExtInfo (Results 1 – 8 of 8) sorted by relevance
127 std::string SvcSessionManager::GetBackupExtInfo(const string &bundleName) in GetBackupExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager129 return BackupSvcSessionManager::session->GetBackupExtInfo(bundleName); in GetBackupExtInfo()
51 virtual std::string GetBackupExtInfo(const std::string &) = 0;120 MOCK_METHOD(std::string, GetBackupExtInfo, (const std::string &));
208 std::string SvcSessionManager::GetBackupExtInfo(const string &bundleName) in GetBackupExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
281 std::string GetBackupExtInfo(const std::string &bundleName);
279 string bundleExtInfo = session_->GetBackupExtInfo(bundleName); in SetWant()
510 std::string SvcSessionManager::GetBackupExtInfo(const string &bundleName) in GetBackupExtInfo() function in OHOS::FileManagement::Backup::SvcSessionManager
966 string extInfo = session_->GetBackupExtInfo(bundleName); in LaunchBackupSAExtension()
1109 sessionManagerPtr_->GetBackupExtInfo(bundleName);1120 auto ret = sessionManagerPtr_->GetBackupExtInfo(bundleName);