Home
last modified time | relevance | path

Searched refs:ERR_PARAM (Results 1 - 16 of 16) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_userinfo.cpp54 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("name", "string")); in SetUserId()
60 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, "Parameter error. The name parameter is invalid."); in SetUserId()
71 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("userId", "string")); in SetUserId()
77 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, "Parameter error. The value parameter is invalid."); in SetUserId()
90 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("name", "string")); in GetUserId()
96 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, "Parameter error. The name parameter is invalid."); in GetUserId()
111 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("name", "string")); in SetUserProperty()
117 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, "Parameter error. The name parameter is invalid."); in SetUserProperty()
128 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("user property", "string")); in SetUserProperty()
134 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, "Paramete in SetUserProperty()
[all...]
H A Dnapi_hiappevent_watch.cpp55 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg(NAME_PROPERTY)); in IsValidName()
56 errCode = NapiError::ERR_PARAM; in IsValidName()
60 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg(NAME_PROPERTY, "string")); in IsValidName()
61 errCode = NapiError::ERR_PARAM; in IsValidName()
78 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg(COND_PROPERTY, "TriggerCondition")); in IsValidCondition()
79 errCode = NapiError::ERR_PARAM; in IsValidCondition()
88 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg(propName, "number")); in IsValidCondition()
89 errCode = NapiError::ERR_PARAM; in IsValidCondition()
100 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg(FILTERS_DOAMIN_PROP)); in IsValidFilter()
101 errCode = NapiError::ERR_PARAM; in IsValidFilter()
[all...]
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, errMs in AddArrayParam2EventPack()
[all...]
H A Dnapi_hiappevent_js_v9.cpp49 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("addProcessor")); in AddProcessor()
63 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("removeProcessor")); in RemoveProcessor()
114 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("config")); in Configure()
127 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("setUserId")); in SetUserId()
140 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("getUserId")); in GetUserId()
155 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("setUserProperty")); in SetUserProperty()
168 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("getUserProperty")); in GetUserProperty()
192 AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_PARAM); in AddWatcher()
193 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("watcher")); in AddWatcher()
204 AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_PARAM); in RemoveWatcher()
[all...]
H A Dnapi_hiappevent_config.cpp36 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("config", "ConfigOption"), isThrow); in Configure()
49 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, errMsg, isThrow); in Configure()
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()
H A Dnapi_app_event_holder.cpp110 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("size")); in NapiSetRow()
114 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("size", "number")); in NapiSetRow()
134 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("size")); in NapiSetSize()
138 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("size", "number")); in NapiSetSize()
H A Dnapi_hiappevent_processor.cpp123 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg(key, CONFIG_PROP_TYPE_STR)); in GenConfigNameProp()
127 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, "Invalid processor name."); in GenConfigNameProp()
383 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("config", "Processor")); in TransConfig()
431 NapiUtil::ThrowError(env, NapiError::ERR_PARAM, NapiUtil::CreateErrMsg("id", "number")); in RemoveProcessor()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp48 int ret = ERR_PARAM; in CheckCondition()
214 ret.code = ERR_PARAM; in FfiOHOSHiAppEventAddProcessor()
240 return ERR_PARAM; in FfiOHOSHiAppEventSetUserId()
243 return ERR_PARAM; in FfiOHOSHiAppEventSetUserId()
247 return ERR_PARAM; in FfiOHOSHiAppEventSetUserId()
254 RetDataCString ret = { .code = ERR_PARAM, .data = nullptr }; in FfiOHOSHiAppEventGetUserId()
256 ret.code = ERR_PARAM; in FfiOHOSHiAppEventGetUserId()
275 return ERR_PARAM; in FfiOHOSHiAppEventSetUserProperty()
278 return ERR_PARAM; in FfiOHOSHiAppEventSetUserProperty()
282 return ERR_PARAM; in FfiOHOSHiAppEventSetUserProperty()
[all...]
H A Derror.cpp39 return ERR_PARAM; in GetErrorCode()
H A Dappevent_packageholder_impl.cpp78 int32_t ret = ERR_PARAM; in TakeNext()
H A Dhiappevent_impl.cpp231 return {ERR_PARAM, -1}; in addWatcher()
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
H A Dnapi_hichecker.cpp34 constexpr int ERR_PARAM = 401; member
75 ThrowError(env, ERR_PARAM); in AddCheckRule()
86 ThrowError(env, ERR_PARAM); in RemoveCheckRule()
96 ThrowError(env, ERR_PARAM); in ContainsCheckRule()
153 { ERR_PARAM, "Invalid input parameter! only one bigint type parameter is needed" }, in ThrowError()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Derror.h25 constexpr int ERR_PARAM = 401; member
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/
H A Dfaultlogger_ffi.h23 constexpr int ERR_PARAM = 401; variable
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h24 constexpr int ERR_PARAM = 401; member

Completed in 7 milliseconds