Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_mock.cpp232 if (!it->second.saBackupConnection) { in GetSAExtConnection()
238 it->second.saBackupConnection = in GetSAExtConnection()
241 return std::weak_ptr<SABackupConnection>(it->second.saBackupConnection); in GetSAExtConnection()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_session_manager.cpp274 if (!it->second.saBackupConnection) { in GetSAExtConnection()
278 return std::weak_ptr<SABackupConnection>(it->second.saBackupConnection); in GetSAExtConnection()
535 info.saBackupConnection = impl_.backupExtNameMap[bundleName].saBackupConnection; in AppendBundles()
541 info.saBackupConnection = GetBackupSAExt(bundleName); in AppendBundles()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h49 std::shared_ptr<SABackupConnection> saBackupConnection; member
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp811 … info.saBackupConnection = make_shared<SABackupConnection>(nullptr, nullptr, nullptr, nullptr);
815 …einterpret_cast<long long>(ret.get()), reinterpret_cast<long long>(info.saBackupConnection.get()));
H A Dservice_test.cpp1556 extInfo.saBackupConnection =