Home
last modified time | relevance | path

Searched refs:CreateNapiError (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi_error.cpp29 napi_value CreateNapiError(const napi_env &env, int32_t errCode, const std::string &errMessage) in CreateNapiError() function
59 napi_value error = CreateNapiError(env, errCode, msg.value()); in ThrowErr()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/include/
H A Ddevicestatus_napi_error.h34 napi_value CreateNapiError(const napi_env &env, int32_t errCode, const std::string &errMessage);