Home
last modified time | relevance | path

Searched refs:curInfo (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp678 AccountInfo curInfo; in CheckOhosAccountCanBind() local
683 if (dataDealer_->AccountInfoFromJson(curInfo, userId) != ERR_OK) { in CheckOhosAccountCanBind()
688 if (curInfo.ohosAccountInfo_.status_ != ACCOUNT_STATE_LOGIN) { in CheckOhosAccountCanBind()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp620 DomainAccountInfo curInfo; in RetryToGetAccount() local
621 osAccountInfos[i].GetDomainInfo(curInfo); in RetryToGetAccount()
622 if ((!info.accountId_.empty() && curInfo.accountId_ == info.accountId_) || in RetryToGetAccount()
623 ((curInfo.accountName_ == info.accountName_) && (curInfo.domain_ == info.domain_))) { in RetryToGetAccount()

Completed in 6 milliseconds