Home
last modified time | relevance | path

Searched refs:ThrowByInternalErrCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/include/
H A Dability_runtime_error_util.h109 static bool ThrowByInternalErrCode(napi_env env, int32_t errCode);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_runtime_error_util_test/
H A Dability_runtime_error_util_test.cpp81 bool result = AbilityRuntimeErrorUtil::ThrowByInternalErrCode(env_, 1);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/src/
H A Dability_runtime_error_util.cpp171 bool AbilityRuntimeErrorUtil::ThrowByInternalErrCode(napi_env env, int32_t errCode) in ThrowByInternalErrCode() function in OHOS::AbilityRuntime::AbilityRuntimeErrorUtil