Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h161 bool IsTypeOutOfRange() const;
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp407 bool OsAccountInfo::IsTypeOutOfRange() const in IsTypeOutOfRange() function in OHOS::AccountSA::OsAccountInfo
429 …if (IsTypeOutOfRange() || (localId_ == Constants::START_USER_ID && type_ != OsAccountType::ADMIN))… in ParamCheck()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp73 bool IsTypeOutOfRange(const OsAccountType& type) in IsTypeOutOfRange() function
138 if (IsTypeOutOfRange(type)) { in ValidateAccountCreateParamAndPermission()
219 if (IsTypeOutOfRange(type)) { in CreateOsAccountForDomain()