Home
last modified time | relevance | path

Searched refs:ERR_INVALID_NAME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp25 { ERROR_INVALID_EVENT_NAME, ERR_INVALID_NAME },
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Derror.h28 constexpr int ERR_INVALID_NAME = 11101002; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h29 constexpr int ERR_INVALID_NAME = 11101002; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp38 { NapiError::ERR_INVALID_NAME, "Invalid event name." } }, in BuildErrorByResult()