Searched refs:GenerateErrorMsg (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
H A D | js_error_utils.h | 39 napi_value GenerateErrorMsg(napi_env env, JsErrorCode jsInfo);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_error_utils.h | 38 napi_value GenerateErrorMsg(napi_env env, JsErrorCode jsInfo);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
H A D | napi_error_utils.h | 41 napi_value GenerateErrorMsg(napi_env env, NapiErrorCode jsInfo);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
H A D | user_auth_napi_helper.h | 38 … static napi_value GenerateErrorMsg(napi_env env, UserAuthResultCode result, std::string errorMsg);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.h | 82 static std::string GenerateErrorMsg(
|
H A D | jsi_base_utils.cpp | 91 std::string JsiBaseUtils::GenerateErrorMsg( in GenerateErrorMsg() function in OHOS::Ace::Framework::JsiBaseUtils 577 std::string msg = GenerateErrorMsg(error, runtime); in ReportJsErrorEvent()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_napi_helper.cpp | 238 napi_value UserAuthNapiHelper::GenerateErrorMsg(napi_env env, UserAuthResultCode result, std::strin… in GenerateErrorMsg() function in OHOS::UserIam::UserAuth::UserAuthNapiHelper 265 napi_throw(env, UserAuthNapiHelper::GenerateErrorMsg(env, errorCode, errorMsg)); in ThrowErrorMsg()
|
H A D | user_auth_entry.cpp | 477 …napi_throw(env, UserAuthNapiHelper::GenerateErrorMsg(env, UserAuthResultCode::OHOS_INVALID_PARAM, … in SendNotice() 487 …napi_throw(env, UserAuthNapiHelper::GenerateErrorMsg(env, UserAuthResultCode::OHOS_INVALID_PARAM, … in SendNotice() 494 …napi_throw(env, UserAuthNapiHelper::GenerateErrorMsg(env, UserAuthResultCode::OHOS_INVALID_PARAM, … in SendNotice() 503 …napi_throw(env, UserAuthNapiHelper::GenerateErrorMsg(env, UserAuthResultCode::OHOS_INVALID_PARAM, … in SendNotice()
|
H A D | user_auth_instance_v10.cpp | 58 …napi_throw(env, UserAuthNapiHelper::GenerateErrorMsg(env, UserAuthResultCode::OHOS_INVALID_PARAM, … in GetEnrolledState()
|