Home
last modified time | relevance | path

Searched refs:AccountIAMNapiThrow (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_pin_auth.cpp95 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in RegisterInputer()
103 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in UnregisterInputer()
H A Dnapi_account_iam_inputer_manager.cpp99 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in RegisterInputer()
125 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in UnregisterInputer()
H A Dnapi_account_iam_identity_manager.cpp228 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(ERR_JS_ACCOUNT_NOT_FOUND), true); in CloseSession()
233 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in CloseSession()
264 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(ret), true); in Cancel()
H A Dnapi_account_iam_user_auth.cpp104 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(status), true); in GetAvailableStatus()
109 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in GetAvailableStatus()
521 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(result), true); in CancelAuth()
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_error.h33 void AccountIAMNapiThrow(napi_env env, int32_t jsErrCode, bool throwErr);
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp167 void AccountIAMNapiThrow(napi_env env, int32_t jsErrCode, bool throwErr) in AccountIAMNapiThrow() function