Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp503 OsAccountInfo accountInfoOld; in RetryToGetAccount() local
504 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()