Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp30 { ERROR_INVALID_PARAM_NUM, ERR_INVALID_PARAM_NUM },
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Derror.h29 constexpr int ERR_INVALID_PARAM_NUM = 11101003; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h30 constexpr int ERR_INVALID_PARAM_NUM = 11101003; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp48 { NapiError::ERR_INVALID_PARAM_NUM, "Invalid number of event parameters." } }, in BuildErrorByResult()