Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_runtime_error_util_test/
H A Dability_runtime_error_util_test.cpp94 napi_value result = AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(env_, ERR_OK);
107 napi_value result = AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(env_, 1);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/include/
H A Dability_runtime_error_util.h117 static napi_value CreateErrorByInternalErrCode(napi_env env, int32_t errCode);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/src/
H A Dability_runtime_error_util.cpp180 napi_value AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(napi_env env, int32_t errCode) in CreateErrorByInternalErrCode() function in OHOS::AbilityRuntime::AbilityRuntimeErrorUtil