Searched defs:CreateError (Results 1 – 5 of 5) sorted by relevance
185 napi_value BusinessError::CreateError(napi_env env, int32_t err, const std::string& msg) in CreateError() function in OHOS::AppExecFwk::BusinessError
201 napi_status CommonNapi::CreateError(napi_env env, int32_t errCode, const std::string &errMsg, napi_… in CreateError() function in OHOS::Media::CommonNapi
647 static napi_value CreateError(napi_env env, void *callbackPara) in CreateError() function
530 JSIValue JSI::CreateError(JsiErrorType type, const char * const errorMsg) in CreateError() function in OHOS::ACELite::JSI
565 NativeValue* ArkNativeEngine::CreateError(NativeValue* code, NativeValue* message) in CreateError() function in ArkNativeEngine