Home
last modified time | relevance | path

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

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