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 D | service_incremental.cpp | 87 …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 D | service.cpp | 280 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 D | sub_service.cpp | 253 ErrCode ret = backUpConnection->ConnectBackupExtAbility(want, session_->GetSessionUserId()); in LaunchBackupExtension()
|
H A D | svc_session_manager.cpp | 158 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 D | svc_session_manager_throw_mock.cpp | 177 int32_t SvcSessionManager::GetSessionUserId() in GetSessionUserId() function in OHOS::FileManagement::Backup::SvcSessionManager 179 return BackupSvcSessionManager::session->GetSessionUserId(); in GetSessionUserId()
|
H A D | svc_session_manager_throw_mock.h | 61 virtual int32_t GetSessionUserId() = 0; 130 MOCK_METHOD(int32_t, GetSessionUserId, ());
|
H A D | svc_session_manager_mock.cpp | 284 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 D | svc_session_manager.h | 151 int32_t GetSessionUserId();
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_session_manager_test.cpp | 1315 sessionManagerPtr_->GetSessionUserId();
|