Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp87 …ppRadar::GetInstance().RecordRestoreFuncRes(info, "Service::Release", session_->GetSessionUserId(), in Release()
90 …AppRadar::GetInstance().RecordBackupFuncRes(info, "Service::Release", session_->GetSessionUserId(), in Release()
149 string path = BConstants::GetSaBundleBackupRootDir(session_->GetSessionUserId()); in GetLocalCapabilitiesIncremental()
163 …dleInfos = BundleMgrAdapter::GetBundleInfosForIncremental(session_->GetSessionUserId(), bundleName… in GetLocalCapabilitiesIncremental()
205 if (BundleMgrAdapter::IsUser0BundleName(bundleName, session_->GetSessionUserId())) { in StartGetFdTask()
216 BundleMgrAdapter::GetBundleInfosForIncremental(bundleNames, session->GetSessionUserId()); in StartGetFdTask()
217 string path = BConstants::GetSaBundleBackupRootDir(session->GetSessionUserId()). in StartGetFdTask()
324 session_->GetSessionUserId()); in AppendBundlesIncrementalBackupSession()
328 …SetCurrentBackupSessProperties(supportBackupNames, session_->GetSessionUserId(), backupInfos, true… in AppendBundlesIncrementalBackupSession()
362 session_->GetSessionUserId(), isClearDataFlags); in AppendBundlesIncrementalBackupSession()
[all …]
H A Dservice.cpp280 string path = BConstants::GetSaBundleBackupRootDir(session_->GetSessionUserId()); in GetLocalCapabilities()
295 auto bundleInfos = BundleMgrAdapter::GetFullBundleInfos(session_->GetSessionUserId()); in GetLocalCapabilities()
536 auto restoreInfos = BundleMgrAdapter::GetBundleInfos(bundleNames, session->GetSessionUserId()); in GetRestoreBundleNames()
617 session_->GetSessionUserId(), isClearDataFlags); in AppendBundlesRestoreSession()
671 … if (BundleMgrAdapter::IsUser0BundleName(bundleNameIndexInfo, session_->GetSessionUserId())) { in SetCurrentSessProperties()
672 SendUserIdToApp(bundleNameIndexInfo, session_->GetSessionUserId()); in SetCurrentSessProperties()
793 …SetCurrentBackupSessProperties(supportBackupNames, session_->GetSessionUserId(), backupInfos, fals… in AppendBundlesBackupSession()
830 session_->GetSessionUserId(), isClearDataFlags); in AppendBundlesDetailsBackupSession()
1611 auto ret = backupConnection->ConnectBackupExtAbility(want, session_->GetSessionUserId()); in GetBackupInfoCmdHandle()
1722 … auto backupInfos = BundleMgrAdapter::GetBundleInfos(bundleNames, session_->GetSessionUserId()); in AppendBundlesClearSession()
[all …]
H A Dsub_service.cpp253 ErrCode ret = backUpConnection->ConnectBackupExtAbility(want, session_->GetSessionUserId()); in LaunchBackupExtension()
H A Dsvc_session_manager.cpp158 int32_t SvcSessionManager::GetSessionUserId() in GetSessionUserId() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp177 int32_t SvcSessionManager::GetSessionUserId() in GetSessionUserId() function in OHOS::FileManagement::Backup::SvcSessionManager
179 return BackupSvcSessionManager::session->GetSessionUserId(); in GetSessionUserId()
H A Dsvc_session_manager_throw_mock.h61 virtual int32_t GetSessionUserId() = 0;
130 MOCK_METHOD(int32_t, GetSessionUserId, ());
H A Dsvc_session_manager_mock.cpp284 int32_t SvcSessionManager::GetSessionUserId() in GetSessionUserId() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h151 int32_t GetSessionUserId();
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp1315 sessionManagerPtr_->GetSessionUserId();