Home
last modified time | relevance | path

Searched refs:activeAccountId_ (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp70 activeAccountId_.clear(); in IInnerOsAccountManager()
1701 SetAppRecovery(isAppRecovery, activeAccountId_, id, defaultActivatedId_); in RetryToGetAccount()
2175 if (std::find(activeAccountId_.begin(), activeAccountId_.end(), id) == activeAccountId_.end()) { in RetryToGetAccount()
2179 activeAccountId_.clear(); in RetryToGetAccount()
2181 activeAccountId_.erase(std::remove(activeAccountId_.begin(), activeAccountId_.end(), id), activeAccountId_ in RetryToGetAccount()
[all...]
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h173 std::vector<int32_t> activeAccountId_; member in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp2071 EXPECT_EQ(activatedIds, IInnerOsAccountManager::GetInstance().activeAccountId_); in HWMTEST_F()

Completed in 8 milliseconds