Searched refs:IsLogoutUser (Results 1 – 4 of 4) sorted by relevance
58 EXPECT_EQ(userRecordManager->IsLogoutUser(userId), false);71 EXPECT_EQ(userRecordManager->IsLogoutUser(userId), true);
33 bool IsLogoutUser(int32_t userId);
35 bool UserRecordManager::IsLogoutUser(int32_t userId) in IsLogoutUser() function in OHOS::AppExecFwk::UserRecordManager
360 if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(appInfo->uid))) { in StartSpecifiedProcess()413 if (UserRecordManager::GetInstance().IsLogoutUser(userId)) { in PreloadApplication()546 if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(appInfo->uid))) { in LoadAbility()3984 if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(appInfo->uid))) { in StartEmptyResidentProcess()4282 if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(appInfo->uid))) { in StartEmptyProcess()4401 if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(appInfo->uid))) { in StartSpecifiedAbility()5099 … if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(IPCSkeleton::GetCallingUid()))) { in PreStartNWebSpawnProcess()5131 … if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(IPCSkeleton::GetCallingUid()))) { in StartRenderProcess()6175 if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(appInfo->uid))) { in NotifyAppFaultBySA()6836 … if (UserRecordManager::GetInstance().IsLogoutUser(GetUserIdByUid(IPCSkeleton::GetCallingUid()))) { in NotifyAppFaultBySA()[all …]