Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_LIST_PARAM_SIZE (Results 1 – 5 of 5) 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/js/napi/src/
H A Dnapi_hiappevent_write.cpp49 { ErrorCode::ERROR_INVALID_LIST_PARAM_SIZE, in BuildErrorByResult()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h46 const int ERROR_INVALID_LIST_PARAM_SIZE = 6; variable
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp273 ASSERT_EQ(Write(event2), ERROR_INVALID_LIST_PARAM_SIZE);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp227 verifyRes = ERROR_INVALID_LIST_PARAM_SIZE; in VerifyAppEventParam()