Searched refs:CreateErrorValue (Results 1 – 2 of 2) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| D | common.h | 1555 static napi_value CreateErrorValue(napi_env env, int32_t errCode, bool newType);
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common.cpp | 74 napi_value Common::CreateErrorValue(napi_env env, int32_t errCode, bool newType) in CreateErrorValue() function in OHOS::NotificationNapi::Common 99 napi_throw(env, CreateErrorValue(env, errCode, true)); in NapiThrow() 150 results[PARAM0] = CreateErrorValue(env, errorCode, newType); in SetCallback() 177 napi_reject_deferred(env, deferred, CreateErrorValue(env, errorCode, newType)); in SetPromise()
|