Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Derror.h39 constexpr int ERR_INVALID_SIZE = 11104001; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h47 constexpr int ERR_INVALID_SIZE = 11104001; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp119 NapiUtil::ThrowError(env, NapiError::ERR_INVALID_SIZE, "Invalid size value."); in NapiSetRow()
146 NapiUtil::ThrowError(env, NapiError::ERR_INVALID_SIZE, "Invalid size value."); in NapiSetSize()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp331 ret = ERR_INVALID_SIZE; in FfiOHOSHiAppEventSetSize()