Searched refs:accountInfoOld (Results 1 – 1 of 1) sorted by relevance
503 OsAccountInfo accountInfoOld; in RetryToGetAccount() local504 ErrCode code = QueryOsAccountById(Constants::START_USER_ID, accountInfoOld); in RetryToGetAccount()509 if (accountInfoOld.GetShortName().empty()) { in RetryToGetAccount()510 accountInfoOld.SetType(type); in RetryToGetAccount()511 accountInfoOld.SetLocalName(localName); in RetryToGetAccount()512 accountInfoOld.SetShortName(shortName); in RetryToGetAccount()513 code = osAccountControl_->UpdateOsAccount(accountInfoOld); in RetryToGetAccount()518 osAccountControl_->UpdateAccountIndex(accountInfoOld, false); in RetryToGetAccount()519 osAccountInfo = accountInfoOld; in RetryToGetAccount()