Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp84 activeAccountId_.clear(); in IInnerOsAccountManager()
2210 if (std::find(activeAccountId_.begin(), activeAccountId_.end(), id) == activeAccountId_.end()) { in RetryToGetAccount()
2214 activeAccountId_.clear(); in RetryToGetAccount()
2216activeAccountId_.erase(std::remove(activeAccountId_.begin(), activeAccountId_.end(), id), activeAc… in RetryToGetAccount()
2219 activeAccountId_.insert(activeAccountId_.begin(), id); in RetryToGetAccount()
2226 if (std::find(activeAccountId_.begin(), activeAccountId_.end(), id) != activeAccountId_.end()) { in RetryToGetAccount()
2228 activeAccountId_.erase( in RetryToGetAccount()
2229 … std::remove(activeAccountId_.begin(), activeAccountId_.end(), id), activeAccountId_.end()); in RetryToGetAccount()
2239 auto it = std::find(activeAccountId_.begin(), activeAccountId_.end(), id); in RetryToGetAccount()
2240 return (it != activeAccountId_.end()); in RetryToGetAccount()
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h175 std::vector<int32_t> activeAccountId_; variable