Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_write.cpp43 { ErrorCode::ERROR_INVALID_PARAM_NAME, in BuildErrorByResult()
Dnapi_hiappevent_builder.cpp185 result_ = ERROR_INVALID_PARAM_NAME; in AddParams2EventPack()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp232 verifyRes = ERROR_INVALID_PARAM_NAME; in VerifyAppEvent()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h36 const int ERROR_INVALID_PARAM_NAME = 1; variable
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp213 ASSERT_EQ(res, ErrorCode::ERROR_INVALID_PARAM_NAME);