Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_EVENT_NAME (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp298 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME);
304 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME);
310 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME);
333 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_EVENT_NAME);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_write.cpp37 { ErrorCode::ERROR_INVALID_EVENT_NAME, in BuildErrorByResult()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp219 return ERROR_INVALID_EVENT_NAME; in VerifyAppEvent()
Dhiappevent_c.cpp186 return ErrorCode::ERROR_INVALID_EVENT_NAME; in HiAppEventInnerWrite()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h32 const int ERROR_INVALID_EVENT_NAME = -1; variable