Searched refs:oldOsAccountInfo (Results 1 – 1 of 1) sorted by relevance
2312 OsAccountInfo oldOsAccountInfo; in RetryToGetAccount() local2315 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(oldId, oldOsAccountInfo); in RetryToGetAccount()2319 oldOsAccountInfo.SetIsForeground(false); in RetryToGetAccount()2320 oldOsAccountInfo.SetDisplayId(Constants::INVALID_DISPALY_ID); in RetryToGetAccount()2321 errCode = osAccountControl_->UpdateOsAccount(oldOsAccountInfo); in RetryToGetAccount()2324 errCode, oldOsAccountInfo.GetLocalId()); in RetryToGetAccount()2327 OsAccountInterface::PublishCommonEvent(oldOsAccountInfo, in RetryToGetAccount()2337 …if ((oldOsAccountInfo.GetType() != OsAccountType::PRIVATE) && (!loggedInAccounts_.Find(oldId, isLo… in RetryToGetAccount()2341 DeactivateOsAccountByInfo(oldOsAccountInfo); in RetryToGetAccount()