Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/include/
H A Dnapi_edm_error.h28 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp44CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg)); in NativeCallbackComplete()
57CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg); in NativeCallbackComplete()
470CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg)); in NativeVoidCallbackComplete()
481 … error = CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg); in NativeVoidCallbackComplete()
H A Dnapi_edm_error.cpp53 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage) in CreateErrorWithInnerCode() function