Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp210 std::vector<int32_t> activeList; in GetCurrentAccountId() local
211 ErrCode errCode = DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->QueryActiveOsAccountIds(activeList); in GetCurrentAccountId()
216 if (activeList.empty()) { in GetCurrentAccountId()
221 return activeList.front(); in GetCurrentAccountId()
H A Dform_timer_mgr.cpp1528 std::vector<int32_t> activeList; in IsActiveUser() local
1529 auto errCode = DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->QueryActiveOsAccountIds(activeList); in IsActiveUser()
1530 auto iter = std::find(activeList.begin(), activeList.end(), userId); in IsActiveUser()
1531 if (iter != activeList.end() && errCode == ERR_OK) { in IsActiveUser()

Completed in 5 milliseconds