Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h163 void CopyFromActiveList(std::vector<int32_t>& idList);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp2119 CopyFromActiveList(activatedIds); in RetryToGetAccount()
2203 CopyFromActiveList(ids); in RetryToGetAccount()
2243 void IInnerOsAccountManager::CopyFromActiveList(std::vector<int32_t>& idList) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager