Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_EVENT_NAME (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp25 { ERROR_INVALID_EVENT_NAME, ERR_INVALID_NAME },
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp48 return ErrorCode::ERROR_INVALID_EVENT_NAME; in AddAppEventFilter()
52 return ErrorCode::ERROR_INVALID_EVENT_NAME; in AddAppEventFilter()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp204 ASSERT_EQ(Write(event1), ERROR_INVALID_EVENT_NAME); in HWTEST_F() local
206 ASSERT_EQ(Write(event1), ERROR_INVALID_EVENT_NAME); in HWTEST_F() local
208 ASSERT_EQ(Write(event3), ERROR_INVALID_EVENT_NAME); in HWTEST_F() local
210 ASSERT_EQ(Write(event4), ERROR_INVALID_EVENT_NAME); in HWTEST_F() local
216 ASSERT_EQ(Write(event6), ERROR_INVALID_EVENT_NAME); in HWTEST_F() local
H A Dhiappevent_native_test.cpp342 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME); in HWTEST_F()
348 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME); in HWTEST_F()
354 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME); in HWTEST_F()
377 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME); in HWTEST_F()
598 ErrorCode::ERROR_INVALID_EVENT_NAME); in HWTEST_F() member in ErrorCode
600 ErrorCode::ERROR_INVALID_EVENT_NAME); in HWTEST_F() member in ErrorCode
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp37 { ErrorCode::ERROR_INVALID_EVENT_NAME, in BuildErrorByResult()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_c.cpp198 return ErrorCode::ERROR_INVALID_EVENT_NAME; in HiAppEventInnerWrite()
H A Dhiappevent_verify.cpp405 return ERROR_INVALID_EVENT_NAME; in VerifyAppEvent()
440 return ERROR_INVALID_EVENT_NAME; in VerifyCustomEventParams()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h32 const int ERROR_INVALID_EVENT_NAME = -1; member

Completed in 6 milliseconds