Home
last modified time | relevance | path

Searched refs:isV9_ (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp44 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("domain"), isV9_); in IsValidEventDomain()
48 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("domain", "string"), isV9_); in IsValidEventDomain()
57 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("name"), isV9_); in IsValidEventName()
61 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("name", "string"), isV9_); in IsValidEventName()
70 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("eventType"), isV9_); in IsValidEventType()
74 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("eventType", "EventType"), isV9_); in IsValidEventType()
83 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("params"), isV9_); in IsValidEventParam()
87 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("params", "object"), isV9_); in IsValidEventParam()
96 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("info", "AppEventInfo"), isV9_); in IsValidEventInfo()
148 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, errMsg, isV9_); in AddArrayParam2EventPack()
[all...]
H A Dnapi_param_builder.cpp60 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, errMsg, isV9_); in AddArrayParam2EventPack()
83 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, errMsg, isV9_); in AddParams2EventPack()
108 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("setEventParam"), isV9_); in BuildEventParam()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h29 NapiHiAppEventBuilder() : isV9_(false), result_(0), callback_(nullptr), appEventPack_(nullptr) {} in NapiHiAppEventBuilder()
54 bool isV9_; member in OHOS::HiviewDFX::NapiHiAppEventBuilder
H A Dnapi_param_builder.h32 isV9_ = true; in NapiParamBuilder()

Completed in 2 milliseconds