Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_PARAM_NAME (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp101 ASSERT_EQ(Write(event1), ERROR_INVALID_PARAM_NAME);
104 ASSERT_EQ(Write(event2), ERROR_INVALID_PARAM_NAME);
107 ASSERT_EQ(Write(event3), ERROR_INVALID_PARAM_NAME);
110 ASSERT_EQ(Write(event4), ERROR_INVALID_PARAM_NAME);
118 ASSERT_EQ(Write(event6), ERROR_INVALID_PARAM_NAME);
121 ASSERT_EQ(Write(event7), ERROR_INVALID_PARAM_NAME);
H A Dhiappevent_native_test.cpp257 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_PARAM_NAME);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp28 { ERROR_INVALID_PARAM_NAME, ERR_INVALID_KEY },
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp75 result_ = ERROR_INVALID_PARAM_NAME; in AddParams2EventPack()
H A Dnapi_hiappevent_write.cpp43 { ErrorCode::ERROR_INVALID_PARAM_NAME, in BuildErrorByResult()
H A Dnapi_hiappevent_builder.cpp190 result_ = ERROR_INVALID_PARAM_NAME; in AddParams2EventPack()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp204 verifyRes = ERROR_INVALID_PARAM_NAME; in VerifyAppEventParam()
243 return ERROR_INVALID_PARAM_NAME; in VerifyCustomAppEventParam()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h41 const int ERROR_INVALID_PARAM_NAME = 1; variable