Home
last modified time | relevance | path

Searched refs:CheckTypeNumber (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h101 virtual ErrCode CheckTypeNumber(const OsAccountType& type) = 0;
H A Diinner_os_account_manager.h117 ErrCode CheckTypeNumber(const OsAccountType& type) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp289 errCode = CheckTypeNumber(type); in RetryToGetAccount()
966 ErrCode IInnerOsAccountManager::CheckTypeNumber(const OsAccountType& type) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager