Home
last modified time | relevance | path

Searched refs:GetExtConnection (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsub_service.cpp100 auto backUpConnection = session_->GetExtConnection(fileInfo.owner); in PublishFile()
140 auto backUpConnection = session_->GetExtConnection(callerName); in AppFileReady()
192 auto backUpConnection = session_->GetExtConnection(callerName); in AppDone()
244 auto backUpConnection = session_->GetExtConnection(bundleName); in LaunchBackupExtension()
H A Dservice_incremental.cpp196 auto backUpConnection = session->GetExtConnection(bundleName); in StartGetFdTask()
417 auto backUpConnection = session_->GetExtConnection(fileInfo.owner); in PublishIncrementalFile()
480 auto backUpConnection = session_->GetExtConnection(callerName); in AppIncrementalFileReady()
530 auto tempBackUpConnection = session_->GetExtConnection(callerName); in AppIncrementalDone()
568 auto backUpConnection = session_->GetExtConnection(bundleName); in GetIncrementalFileHandle()
605 auto backUpConnection = session_->GetExtConnection(bundleName); in IncrementalBackup()
H A Dservice.cpp942 auto backUpConnection = session_->GetExtConnection(bundleName); in NotifyCloneBundleFinish()
996 auto backUpConnection = session_->GetExtConnection(bundleName); in GetFileHandle()
1061 auto backUpConnection = session_->GetExtConnection(callName); in ExtConnectDied()
1094 auto backUpConnection = session_->GetExtConnection(bundleName); in ExtStart()
1573 auto backUpConnection = session_->GetExtConnection(bundleName); in ClearResidualBundleData()
1802 auto backupConnection = session_->GetExtConnection(bundleName); in UpdateSendRate()
2048 auto sessionConnection = sessionPtr->GetExtConnection(bundleName); in DoTimeout()
H A Dsvc_session_manager.cpp249 wptr<SvcBackupConnection> SvcSessionManager::GetExtConnection(const BundleName &bundleName) in GetExtConnection() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp67 wptr<SvcBackupConnection> SvcSessionManager::GetExtConnection(const BundleName &bundleName) in GetExtConnection() function in OHOS::FileManagement::Backup::SvcSessionManager
69 return BackupSvcSessionManager::session->GetExtConnection(bundleName); in GetExtConnection()
H A Dsvc_session_manager_throw_mock.h39 virtual wptr<SvcBackupConnection> GetExtConnection(const BundleName &) = 0;
108 MOCK_METHOD(wptr<SvcBackupConnection>, GetExtConnection, (const BundleName &));
H A Dsvc_session_manager_mock.cpp97 wptr<SvcBackupConnection> SvcSessionManager::GetExtConnection(const BundleName &bundleName) in GetExtConnection() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h194 wptr<SvcBackupConnection> GetExtConnection(const BundleName &bundleName);
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp732 sessionManagerPtr_->GetExtConnection(BUNDLE_NAME);
741 sessionManagerPtr_->GetExtConnection(BUNDLE_NAME);
750 sessionManagerPtr_->GetExtConnection(BUNDLE_NAME);
760 auto ret = sessionManagerPtr_->GetExtConnection(BUNDLE_NAME);