Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h135 ErrCode DeactivateOsAccountById(const int id);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp1774 ErrCode ret = innerMgrService_->DeactivateOsAccountById(Constants::ADMIN_LOCAL_ID);
1780 ret = innerMgrService_->DeactivateOsAccountById(TEST_USER_ID55);
1789 ret = innerMgrService_->DeactivateOsAccountById(TEST_USER_ID55);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp267 DeactivateOsAccountById(id); in RetryToGetAccount()
1628 ErrCode IInnerOsAccountManager::DeactivateOsAccountById(const int id) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map132 "OHOS::AccountSA::IInnerOsAccountManager::DeactivateOsAccountById(int)";