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 D | hiappevent_app_event_test.cpp | 101 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 D | hiappevent_native_test.cpp | 257 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_PARAM_NAME);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | error.cpp | 28 { ERROR_INVALID_PARAM_NAME, ERR_INVALID_KEY },
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_param_builder.cpp | 75 result_ = ERROR_INVALID_PARAM_NAME; in AddParams2EventPack()
|
H A D | napi_hiappevent_write.cpp | 43 { ErrorCode::ERROR_INVALID_PARAM_NAME, in BuildErrorByResult()
|
H A D | napi_hiappevent_builder.cpp | 190 result_ = ERROR_INVALID_PARAM_NAME; in AddParams2EventPack()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_verify.cpp | 204 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 D | hiappevent_base.h | 41 const int ERROR_INVALID_PARAM_NAME = 1; variable
|