Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/interfaces/kits/common/include/
Dnapi_edm_error.h28 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage);
/base/customization/enterprise_device_management/interfaces/kits/common/src/
Dnapi_edm_error.cpp47 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage) in CreateErrorWithInnerCode() function
Dnapi_edm_common.cpp371CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg)); in NativeVoidCallbackComplete()
382 … error = CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg); in NativeVoidCallbackComplete()
513CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg)); in NativeStringCallbackComplete()
531CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg); in NativeStringCallbackComplete()