Home
last modified time | relevance | path

Searched defs:Throw (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/src/
H A Dability_runtime_error_util.cpp155 bool AbilityRuntimeErrorUtil::Throw(napi_env env, int32_t errCode, const std::string &errMessage) in Throw() function in OHOS::AbilityRuntime::AbilityRuntimeErrorUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.inl243 void JsiException::Throw(const char* format, Args... args) function in OHOS::Ace::Framework::JsiException
252 void JsiException::Throw(int32_t code, const char* format, Args... args) function in OHOS::Ace::Framework::JsiException
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/
H A Djs_quick_fix_manager.cpp61 static void Throw(napi_env env, int32_t errCode) in Throw() function in OHOS::AbilityRuntime::JsQuickFixManager
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp118 bool NapiFormUtil::Throw(napi_env env, int32_t errCode, const std::string &errMessage) in Throw() function in OHOS::AbilityRuntime::NapiFormUtil