Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_PARAM_NUM (Results 1 – 6 of 6) 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/js/napi/src/
H A Dnapi_hiappevent_write.cpp47 { ErrorCode::ERROR_INVALID_PARAM_NUM, in BuildErrorByResult()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h45 const int ERROR_INVALID_PARAM_NUM = 5; variable
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp177 ASSERT_EQ(Write(event1), ERROR_INVALID_PARAM_NUM);
H A Dhiappevent_native_test.cpp320 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_PARAM_NUM);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp422 verifyRes = ERROR_INVALID_PARAM_NUM; in VerifyAppEvent()