Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h285 ERR_IAM_NOT_ENROLLED = 10, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp54 case ERR_IAM_NOT_ENROLLED: in AccountIAMConvertOtherToJSErrCode()
424 if (!context.isGetById && context.errCode == ERR_IAM_NOT_ENROLLED) { in CreateExecutorProperty()
H A Dnapi_account_iam_user_auth.cpp103 (status != ERR_IAM_TRUST_LEVEL_NOT_SUPPORT) && (status != ERR_IAM_NOT_ENROLLED)) { in GetAvailableStatus()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp615 return innerCallback_->OnEnrolledId(ERR_IAM_NOT_ENROLLED, 0); in OnSecUserInfo()