Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1626 if (foregroundAccountMap_.Find(Constants::DEFAULT_DISPALY_ID, foregroundId) && foregroundId == localId) { in RetryToGetAccount()
1627 foregroundAccountMap_.Erase(Constants::DEFAULT_DISPALY_ID); in RetryToGetAccount()
1677 if (foregroundAccountMap_.Find(displayId, foregroundId) && (foregroundId == id) && osAccountInfo.GetIsVerified()) { in RetryToGetAccount()
1769 bool oldIdExist = foregroundAccountMap_.Find(displayId, oldId); in RetryToGetAccount()
2049 if (!foregroundAccountMap_.Find(displayId, id)) { in RetryToGetAccount()
2059 if (!foregroundAccountMap_.Find(displayId, localId)) { in RetryToGetAccount()
2075 foregroundAccountMap_.Iterate(it); in RetryToGetAccount()
2090 foregroundAccountMap_.Iterate(it); in RetryToGetAccount()
2287 if (!foregroundAccountMap_.Find(displayId, foregroundId) || (foregroundId != localId)) { in RetryToGetAccount()
2288 foregroundAccountMap_ in RetryToGetAccount()
[all...]
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h182 SafeMap<uint64_t, int32_t> foregroundAccountMap_; member in OHOS::AccountSA::IInnerOsAccountManager

Completed in 4 milliseconds