Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_error.h27 constexpr int ERR_INVALID_DOMAIN = 11101001; variable
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dret_def.h29 constexpr int32_t ERR_INVALID_DOMAIN = 11200001; variable
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_write.cpp40 { NapiError::ERR_INVALID_DOMAIN, "Invalid event domain." } }, in BuildErrorByResult()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp880 {ERR_DOMAIN_NAME_INVALID, {NapiError::ERR_INVALID_DOMAIN, "Domain is invalid"}}, in CreateHiSysEventInfoJsObject()