Home
last modified time | relevance | path

Searched refs:isOsAccountExits (Results 1 - 5 of 5) sorted by relevance

/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_service.cpp59 bool isOsAccountExits = false; in NormalizeAccountId() local
60 IInnerOsAccountManager::GetInstance().IsOsAccountExists(accountId, isOsAccountExits); in NormalizeAccountId()
61 if (!isOsAccountExits) { in NormalizeAccountId()
/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp317 bool isOsAccountExits = false; in CmdGetOhosAccountInfoByUserId() local
318 errCode = IInnerOsAccountManager::GetInstance().IsOsAccountExists(userId, isOsAccountExits); in CmdGetOhosAccountInfoByUserId()
323 if (!isOsAccountExits) { in CmdGetOhosAccountInfoByUserId()
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h41 virtual ErrCode IsOsAccountExists(const int id, bool &isOsAccountExits) = 0;
H A Diinner_os_account_manager.h46 ErrCode IsOsAccountExists(const int id, bool &isOsAccountExits) override;
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1014 ErrCode IInnerOsAccountManager::IsOsAccountExists(const int id, bool &isOsAccountExits) in RetryToGetAccount() argument
1016 isOsAccountExits = false; in RetryToGetAccount()
1017 osAccountControl_->IsOsAccountExists(id, isOsAccountExits); in RetryToGetAccount()

Completed in 6 milliseconds