Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_error.h45 constexpr int ERR_INVALID_SIZE = 11104001; variable
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_app_event_holder.cpp93 NapiUtil::ThrowError(env, NapiError::ERR_INVALID_SIZE, "Invalid size value."); in NapiSetSize()