Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp2121 std::vector<int32_t> foregroundIds; in RetryToGetAccount() local
2123 foregroundIds.emplace_back(localId); in RetryToGetAccount()
2126 std::unordered_set<int32_t> foregroundSet(foregroundIds.begin(), foregroundIds.end()); in RetryToGetAccount()