Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp31 { ERROR_INVALID_LIST_PARAM_SIZE, ERR_INVALID_ARR_LEN },
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Derror.h32 constexpr int ERR_INVALID_ARR_LEN = 11101006; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h33 constexpr int ERR_INVALID_ARR_LEN = 11101006; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp50 { NapiError::ERR_INVALID_ARR_LEN, "Invalid array length of the event parameter." } }, in BuildErrorByResult()