Searched refs:CreateErrorWithInnerCode (Results 1 – 3 of 3) sorted by relevance
| /base/customization/enterprise_device_management/interfaces/kits/common/include/ |
| D | napi_edm_error.h | 28 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage);
|
| /base/customization/enterprise_device_management/interfaces/kits/common/src/ |
| D | napi_edm_error.cpp | 47 napi_value CreateErrorWithInnerCode(napi_env env, ErrCode errorCode, std::string &errMessage) in CreateErrorWithInnerCode() function
|
| D | napi_edm_common.cpp | 371 … CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg)); in NativeVoidCallbackComplete() 382 … error = CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg); in NativeVoidCallbackComplete() 513 … CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg)); in NativeStringCallbackComplete() 531 … CreateErrorWithInnerCode(env, asyncCallbackInfo->ret, asyncCallbackInfo->innerCodeMsg); in NativeStringCallbackComplete()
|