Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_cov.cpp169 innerMgrService_->PushIdIntoActiveList(TEST_USER_ID10);
170 innerMgrService_->PushIdIntoActiveList(TEST_USER_ID10);
H A Dos_account_inner_account_mgr_mock.cpp853 innerMgrService_->PushIdIntoActiveList(TEST_USER_ID10);
1475 innerMgrService_->PushIdIntoActiveList(id);
1722 innerMgrService_->PushIdIntoActiveList(TEST_USER_ID55);
1745 innerMgrService_->PushIdIntoActiveList(TEST_USER_ID55);
1823 innerMgrService_->PushIdIntoActiveList(TEST_USER_ID55);
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h160 void PushIdIntoActiveList(int32_t id);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1845 this->PushIdIntoActiveList(localId); in RetryToGetAccount()
2207 void IInnerOsAccountManager::PushIdIntoActiveList(int32_t id) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map139 "OHOS::AccountSA::IInnerOsAccountManager::PushIdIntoActiveList(int)";