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 D | napi_account_iam_pin_auth.cpp | 95 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in RegisterInputer() 103 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in UnregisterInputer()
|
H A D | napi_account_iam_inputer_manager.cpp | 99 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in RegisterInputer() 125 AccountIAMNapiThrow(env, AccountIAMConvertToJSErrCode(errCode), true); in UnregisterInputer()
|
H A D | napi_account_iam_identity_manager.cpp | 228 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 D | napi_account_iam_user_auth.cpp | 104 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 D | napi_account_error.h | 33 void AccountIAMNapiThrow(napi_env env, int32_t jsErrCode, bool throwErr);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/ |
H A D | napi_account_error.cpp | 167 void AccountIAMNapiThrow(napi_env env, int32_t jsErrCode, bool throwErr) in AccountIAMNapiThrow() function
|